Html Css Color HEX #C20558 Jazzberry Jam

📋 copy color: '#C20558'

red 194 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #C20558

Tints of Jazzberry Jam #C20558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 67.6%
G = 1.74%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C20558 (or 0xC20558) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 58. RGB value is (194,5,88). Sum of RGB (Red+Green+Blue) = 194+5+88=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C20558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20558 is #3DFAA7. Grayscale: #464646. Windows color (decimal): -4061864 or 5768642. OLE color: 5768642.

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

Color convert

RGB 194 5 88 -
CMYK 0 0.97 0.55 0.24
HSL 333.65º 0.95% 0.39% -
HSV(B) 333.65º 0.97% 0.76% -
XYZ 24.06 12.28 10.33 -
YUV 70.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 194 5 88 0 0.97 0.55 0.24 333.65 0.95 0.39
Hex C2 5 58 0 61 37 18 14E 5F 27
Octal 302 5 130 0 141 67 30 516 137 47
Binary 11000010 101 1011000 0 1100001 110111 11000 101001110 1011111 100111

Color Harmonies of #C20558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20558

Black with #C20558

Text Example


Text Example

White with #C20558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20558; }

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

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

background-color css

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

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

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

border-color css

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

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

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