Html Css Color HEX #C20355 Jazzberry Jam

📋 copy color: '#C20355'

red 194 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #C20355

Tints of Jazzberry Jam #C20355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 68.79%
G = 1.06%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20355 (or 0xC20355) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 55. RGB value is (194,3,85). Sum of RGB (Red+Green+Blue) = 194+3+85=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20355 is #3DFCAA. Grayscale: #454545. Windows color (decimal): -4062379 or 5571522. OLE color: 5571522.

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

Color convert

RGB 194 3 85 -
CMYK 0 0.98 0.56 0.24
HSL 334.24º 0.97% 0.39% -
HSV(B) 334.24º 0.98% 0.76% -
XYZ 23.92 12.19 9.69 -
YUV 69.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 194 3 85 0 0.98 0.56 0.24 334.24 0.97 0.39
Hex C2 3 55 0 62 38 18 14E 61 27
Octal 302 3 125 0 142 70 30 516 141 47
Binary 11000010 11 1010101 0 1100010 111000 11000 101001110 1100001 100111

Color Harmonies of #C20355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20355

Black with #C20355

Text Example


Text Example

White with #C20355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20355; }

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

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

background-color css

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

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

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

border-color css

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

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

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