Html Css Color HEX #C0024C Jazzberry Jam

📋 copy color: '#C0024C'

red 192 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #C0024C

Tints of Jazzberry Jam #C0024C

RGB

 RED value IS 192 (75.39% from 255) = 71.11%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 71.11%
G = 0.74%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0024C (or 0xC0024C) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 4C. RGB value is (192,2,76). Sum of RGB (Red+Green+Blue) = 192+2+76=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0024C is #3FFDB3. Grayscale: #434343. Windows color (decimal): -4193716 or 4981440. OLE color: 4981440.

HSL color Cylindrical-coordinate representation of color #C0024C: hue angle of 336.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0024C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 76 -
CMYK 0 0.99 0.60 0.25
HSL 336.63º 0.98% 0.38% -
HSV(B) 336.63º 0.99% 0.75% -
XYZ 23.06 11.77 7.89 -
YUV 67.25 132.95 216.98 -
System Red Green Blue C M Y K H S L
Decimal 192 2 76 0 0.99 0.60 0.25 336.63 0.98 0.38
Hex C0 2 4C 0 63 3C 19 151 62 26
Octal 300 2 114 0 143 74 31 521 142 46
Binary 11000000 10 1001100 0 1100011 111100 11001 101010001 1100010 100110

Color Harmonies of #C0024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0024C

Black with #C0024C

Text Example


Text Example

White with #C0024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0024C; }

 p { color: rgb(192,2,76); }

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

background-color css

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

 a { background-color: rgb(192,2,76); }

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

border-color css

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

 span { border-color: rgb(192,2,76); }

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