Html Css Color HEX #C20155 Jazzberry Jam

📋 copy color: '#C20155'

red 194 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #C20155

Tints of Jazzberry Jam #C20155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 69.29%
G = 0.36%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20155 (or 0xC20155) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 55. RGB value is (194,1,85). Sum of RGB (Red+Green+Blue) = 194+1+85=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C20155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20155 is #3DFEAA. Grayscale: #444444. Windows color (decimal): -4062891 or 5571010. OLE color: 5571010.

HSL color Cylindrical-coordinate representation of color #C20155: hue angle of 333.89º degrees, saturation: 0.99, 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 #C20155 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 85 -
CMYK 0 0.99 0.56 0.24
HSL 333.89º 0.99% 0.38% -
HSV(B) 333.89º 0.99% 0.76% -
XYZ 23.9 12.15 9.68 -
YUV 68.28 137.44 217.67 -
System Red Green Blue C M Y K H S L
Decimal 194 1 85 0 0.99 0.56 0.24 333.89 0.99 0.38
Hex C2 1 55 0 63 38 18 14E 63 26
Octal 302 1 125 0 143 70 30 516 143 46
Binary 11000010 1 1010101 0 1100011 111000 11000 101001110 1100011 100110

Color Harmonies of #C20155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20155

Black with #C20155

Text Example


Text Example

White with #C20155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20155; }

 p { color: rgb(194,1,85); }

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

background-color css

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

 a { background-color: rgb(194,1,85); }

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

border-color css

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

 span { border-color: rgb(194,1,85); }

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