Html Css Color HEX #C20A5E Jazzberry Jam

📋 copy color: '#C20A5E'

red 194 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #C20A5E

Tints of Jazzberry Jam #C20A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 65.1%
G = 3.36%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C20A5E (or 0xC20A5E) is known color: Jazzberry Jam. HEX triplet: C2, 0A and 5E. RGB value is (194,10,94). Sum of RGB (Red+Green+Blue) = 194+10+94=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A5E is #3DF5A1. Grayscale: #4A4A4A. Windows color (decimal): -4060578 or 6163138. OLE color: 6163138.

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

Color convert

RGB 194 10 94 -
CMYK 0 0.95 0.52 0.24
HSL 332.61º 0.9% 0.4% -
HSV(B) 332.61º 0.95% 0.76% -
XYZ 24.38 12.49 11.72 -
YUV 74.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 194 10 94 0 0.95 0.52 0.24 332.61 0.9 0.4
Hex C2 A 5E 0 5F 34 18 14D 5A 28
Octal 302 12 136 0 137 64 30 515 132 50
Binary 11000010 1010 1011110 0 1011111 110100 11000 101001101 1011010 101000

Color Harmonies of #C20A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A5E

Black with #C20A5E

Text Example


Text Example

White with #C20A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A5E; }

 p { color: rgb(194,10,94); }

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

background-color css

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

 a { background-color: rgb(194,10,94); }

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

border-color css

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

 span { border-color: rgb(194,10,94); }

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