Html Css Color HEX #C20255 Jazzberry Jam

📋 copy color: '#C20255'

red 194 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #C20255

Tints of Jazzberry Jam #C20255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 69.04%
G = 0.71%
B = 30.25%

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

#C20255 (or 0xC20255) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 55. RGB value is (194,2,85). Sum of RGB (Red+Green+Blue) = 194+2+85=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20255 is #3DFDAA. Grayscale: #444444. Windows color (decimal): -4062635 or 5571266. OLE color: 5571266.

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

Color convert

RGB 194 2 85 -
CMYK 0 0.99 0.56 0.24
HSL 334.06º 0.98% 0.38% -
HSV(B) 334.06º 0.99% 0.76% -
XYZ 23.91 12.17 9.68 -
YUV 68.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 194 2 85 0 0.99 0.56 0.24 334.06 0.98 0.38
Hex C2 2 55 0 63 38 18 14E 62 26
Octal 302 2 125 0 143 70 30 516 142 46
Binary 11000010 10 1010101 0 1100011 111000 11000 101001110 1100010 100110

Color Harmonies of #C20255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20255

Black with #C20255

Text Example


Text Example

White with #C20255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20255; }

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

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

background-color css

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

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

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

border-color css

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

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

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