#C20C58

Color #C20C58 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #C20C58

Tints of Jazzberry Jam #C20C58

Color information

#C20C58 (or 0xC20C58) is unknown color: approx Jazzberry Jam. HEX triplet: C2, 0C and 58. RGB value is (194,12,88). Sum of RGB (Red+Green+Blue) = 194+12+88=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C58 is #3DF3A7. Grayscale: #4A4A4A. Windows color (decimal): -4060072 or 5770434. OLE color: 5770434.

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

Color convert

RGB1941288-
CMYK00.940.550.24
HSL334.95º88.35%40.39%-
HSV(B)334.95º93.81%76.08%-
XYZ24.1412.4410.36-
YUV75.08135.3212.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.99%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=65.99%
G=4.08%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194128800.940.550.24334.9588.3540.39
HexC2C5805E371814f5828
Octal302141300136673051713050
Binary110000101100101100001011110110111110001010011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20C58; }

 p { color: rgb(194,12,88); }

 H1.HeaderClassName
 {
   color: #C20C58;
 }
 .AnyTagClassName
 {
   color: #C20C58;
 }
</style>
background-color css

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

 a { background-color: rgb(194,12,88); }

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

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

 span { border-color: rgb(194,12,88); }

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