Html Css Color HEX #C20354 Jazzberry Jam

📋 copy color: '#C20354'

red 194 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #C20354

Tints of Jazzberry Jam #C20354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 69.04%
G = 1.07%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20354 (or 0xC20354) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 54. RGB value is (194,3,84). Sum of RGB (Red+Green+Blue) = 194+3+84=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C20354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20354 is #3DFCAB. Grayscale: #454545. Windows color (decimal): -4062380 or 5505986. OLE color: 5505986.

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

Color convert

RGB 194 3 84 -
CMYK 0 0.98 0.57 0.24
HSL 334.56º 0.97% 0.39% -
HSV(B) 334.56º 0.98% 0.76% -
XYZ 23.88 12.17 9.48 -
YUV 69.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 194 3 84 0 0.98 0.57 0.24 334.56 0.97 0.39
Hex C2 3 54 0 62 39 18 14F 61 27
Octal 302 3 124 0 142 71 30 517 141 47
Binary 11000010 11 1010100 0 1100010 111001 11000 101001111 1100001 100111

Color Harmonies of #C20354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20354

Black with #C20354

Text Example


Text Example

White with #C20354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20354; }

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

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

background-color css

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

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

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

border-color css

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

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

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