Html Css Color HEX #C20057 Jazzberry Jam

📋 copy color: '#C20057'

red 194 ◦ green 0 ◦ blue 87

#C20057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #C20057

Tints of Jazzberry Jam #C20057

RGB

 RED value IS 194 (76.17% from 255) = 69.04%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 30.96%

R = 69.04%
G = 0%
B = 30.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C20057 (or 0xC20057) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 57. RGB value is (194,0,87). Sum of RGB (Red+Green+Blue) = 194+0+87=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20057 is #3DFFA8. Grayscale: #434343. Windows color (decimal): -4063145 or 5701826. OLE color: 5701826.

HSL color Cylindrical-coordinate representation of color #C20057: hue angle of 333.09º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20057 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 87 -
CMYK 0 1 0.55 0.24
HSL 333.09º 1% 0.38% -
HSV(B) 333.09º 1% 0.76% -
XYZ 23.97 12.16 10.1 -
YUV 67.92 138.77 217.93 -
System Red Green Blue C M Y K H S L
Decimal 194 0 87 0 1 0.55 0.24 333.09 1 0.38
Hex C2 0 57 0 64 37 18 14D 64 26
Octal 302 0 127 0 144 67 30 515 144 46
Binary 11000010 0 1010111 0 1100100 110111 11000 101001101 1100100 100110

Color Harmonies of #C20057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20057

Black with #C20057

Text Example


Text Example

White with #C20057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20057; }

 p { color: rgb(194,0,87); }

 H1.HeaderClassName
 {
   color: #C20057;
 }
 .AnyTagClassName
 {
   color: #C20057;
 }
</style>

background-color css

<style>
 a { background-color: #C20057; }

 a { background-color: rgb(194,0,87); }

 div.DivClassName
 {
   background-color: #C20057;
 }
 .BgClassName
 {
   background-color: #C20057;
 }
</style>

border-color css

<style>
 span { border-color: #C20057; }

 span { border-color: rgb(194,0,87); }

 td.TdClassName
 {
   border-color: #C20057;
 }
 .TagClassName
 {
   border-color: #C20057;
 }
</style>