Html Css Color HEX #C20055 Jazzberry Jam

📋 copy color: '#C20055'

red 194 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #C20055

Tints of Jazzberry Jam #C20055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.53%
G = 0%
B = 30.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20055 (or 0xC20055) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 55. RGB value is (194,0,85). Sum of RGB (Red+Green+Blue) = 194+0+85=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C20055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20055 is #3DFFAA. Grayscale: #434343. Windows color (decimal): -4063147 or 5570754. OLE color: 5570754.

HSL color Cylindrical-coordinate representation of color #C20055: hue angle of 333.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20055 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 85 -
CMYK 0 1 0.56 0.24
HSL 333.71º 1% 0.38% -
HSV(B) 333.71º 1% 0.76% -
XYZ 23.89 12.13 9.68 -
YUV 67.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 194 0 85 0 1 0.56 0.24 333.71 1 0.38
Hex C2 0 55 0 64 38 18 14E 64 26
Octal 302 0 125 0 144 70 30 516 144 46
Binary 11000010 0 1010101 0 1100100 111000 11000 101001110 1100100 100110

Color Harmonies of #C20055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20055

Black with #C20055

Text Example


Text Example

White with #C20055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20055; }

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

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

background-color css

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

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

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

border-color css

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

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

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