Html Css Color HEX #C20454 Jazzberry Jam

📋 copy color: '#C20454'

red 194 ◦ green 4 ◦ blue 84

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

Shades of Jazzberry Jam #C20454

Tints of Jazzberry Jam #C20454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 68.79%
G = 1.42%
B = 29.79%

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

#C20454 (or 0xC20454) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 54. RGB value is (194,4,84). Sum of RGB (Red+Green+Blue) = 194+4+84=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C20454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20454 is #3DFBAB. Grayscale: #454545. Windows color (decimal): -4062124 or 5506242. OLE color: 5506242.

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

Color convert

RGB 194 4 84 -
CMYK 0 0.98 0.57 0.24
HSL 334.74º 0.96% 0.39% -
HSV(B) 334.74º 0.98% 0.76% -
XYZ 23.89 12.2 9.48 -
YUV 69.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 194 4 84 0 0.98 0.57 0.24 334.74 0.96 0.39
Hex C2 4 54 0 62 39 18 14F 60 27
Octal 302 4 124 0 142 71 30 517 140 47
Binary 11000010 100 1010100 0 1100010 111001 11000 101001111 1100000 100111

Color Harmonies of #C20454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20454

Black with #C20454

Text Example


Text Example

White with #C20454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20454; }

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

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

background-color css

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

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

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

border-color css

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

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

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