Html Css Color HEX #C20461 Jazzberry Jam

📋 copy color: '#C20461'

red 194 ◦ green 4 ◦ blue 97

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

Shades of Jazzberry Jam #C20461

Tints of Jazzberry Jam #C20461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 65.76%
G = 1.36%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C20461 (or 0xC20461) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 61. RGB value is (194,4,97). Sum of RGB (Red+Green+Blue) = 194+4+97=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C20461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20461 is #3DFB9E. Grayscale: #474747. Windows color (decimal): -4062111 or 6358210. OLE color: 6358210.

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

Color convert

RGB 194 4 97 -
CMYK 0 0.98 0.50 0.24
HSL 330.63º 0.96% 0.39% -
HSV(B) 330.63º 0.98% 0.76% -
XYZ 24.45 12.42 12.42 -
YUV 71.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 194 4 97 0 0.98 0.50 0.24 330.63 0.96 0.39
Hex C2 4 61 0 62 32 18 14B 60 27
Octal 302 4 141 0 142 62 30 513 140 47
Binary 11000010 100 1100001 0 1100010 110010 11000 101001011 1100000 100111

Color Harmonies of #C20461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20461

Black with #C20461

Text Example


Text Example

White with #C20461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20461; }

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

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

background-color css

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

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

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

border-color css

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

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

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