Html Css Color HEX #C20259 Jazzberry Jam

📋 copy color: '#C20259'

red 194 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #C20259

Tints of Jazzberry Jam #C20259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 68.07%
G = 0.7%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20259 (or 0xC20259) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 59. RGB value is (194,2,89). Sum of RGB (Red+Green+Blue) = 194+2+89=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20259 is #3DFDA6. Grayscale: #454545. Windows color (decimal): -4062631 or 5833410. OLE color: 5833410.

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

Color convert

RGB 194 2 89 -
CMYK 0 0.99 0.54 0.24
HSL 332.81º 0.98% 0.38% -
HSV(B) 332.81º 0.99% 0.76% -
XYZ 24.07 12.23 10.54 -
YUV 69.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 194 2 89 0 0.99 0.54 0.24 332.81 0.98 0.38
Hex C2 2 59 0 63 36 18 14D 62 26
Octal 302 2 131 0 143 66 30 515 142 46
Binary 11000010 10 1011001 0 1100011 110110 11000 101001101 1100010 100110

Color Harmonies of #C20259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20259

Black with #C20259

Text Example


Text Example

White with #C20259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20259; }

 p { color: rgb(194,2,89); }

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

background-color css

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

 a { background-color: rgb(194,2,89); }

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

border-color css

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

 span { border-color: rgb(194,2,89); }

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