Html Css Color HEX #C0024E Jazzberry Jam

📋 copy color: '#C0024E'

red 192 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #C0024E

Tints of Jazzberry Jam #C0024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 70.59%
G = 0.74%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0024E (or 0xC0024E) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 4E. RGB value is (192,2,78). Sum of RGB (Red+Green+Blue) = 192+2+78=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0024E is #3FFDB1. Grayscale: #434343. Windows color (decimal): -4193714 or 5112512. OLE color: 5112512.

HSL color Cylindrical-coordinate representation of color #C0024E: hue angle of 336º 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 #C0024E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 78 -
CMYK 0 0.99 0.59 0.25
HSL 336º 0.98% 0.38% -
HSV(B) 336º 0.99% 0.75% -
XYZ 23.14 11.8 8.27 -
YUV 67.47 133.95 216.82 -
System Red Green Blue C M Y K H S L
Decimal 192 2 78 0 0.99 0.59 0.25 336 0.98 0.38
Hex C0 2 4E 0 63 3B 19 150 62 26
Octal 300 2 116 0 143 73 31 520 142 46
Binary 11000000 10 1001110 0 1100011 111011 11001 101010000 1100010 100110

Color Harmonies of #C0024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0024E

Black with #C0024E

Text Example


Text Example

White with #C0024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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