Html Css Color HEX #C20059 Jazzberry Jam

📋 copy color: '#C20059'

red 194 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #C20059

Tints of Jazzberry Jam #C20059

RGB

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

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

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

R = 68.55%
G = 0%
B = 31.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20059 (or 0xC20059) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 59. RGB value is (194,0,89). Sum of RGB (Red+Green+Blue) = 194+0+89=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20059 is #3DFFA6. Grayscale: #434343. Windows color (decimal): -4063143 or 5832898. OLE color: 5832898.

HSL color Cylindrical-coordinate representation of color #C20059: hue angle of 332.47º 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 #C20059 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 89 -
CMYK 0 1 0.54 0.24
HSL 332.47º 1% 0.38% -
HSV(B) 332.47º 1% 0.76% -
XYZ 24.05 12.19 10.54 -
YUV 68.15 139.77 217.76 -
System Red Green Blue C M Y K H S L
Decimal 194 0 89 0 1 0.54 0.24 332.47 1 0.38
Hex C2 0 59 0 64 36 18 14C 64 26
Octal 302 0 131 0 144 66 30 514 144 46
Binary 11000010 0 1011001 0 1100100 110110 11000 101001100 1100100 100110

Color Harmonies of #C20059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20059

Black with #C20059

Text Example


Text Example

White with #C20059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20059; }

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

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

background-color css

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

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

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

border-color css

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

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

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