Html Css Color HEX #C0024F Jazzberry Jam

📋 copy color: '#C0024F'

red 192 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #C0024F

Tints of Jazzberry Jam #C0024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.94%

R = 70.33%
G = 0.73%
B = 28.94%

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

#C0024F (or 0xC0024F) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 4F. RGB value is (192,2,79). Sum of RGB (Red+Green+Blue) = 192+2+79=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0024F is #3FFDB0. Grayscale: #434343. Windows color (decimal): -4193713 or 5178048. OLE color: 5178048.

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

Color convert

RGB 192 2 79 -
CMYK 0 0.99 0.59 0.25
HSL 335.68º 0.98% 0.38% -
HSV(B) 335.68º 0.99% 0.75% -
XYZ 23.17 11.81 8.46 -
YUV 67.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 192 2 79 0 0.99 0.59 0.25 335.68 0.98 0.38
Hex C0 2 4F 0 63 3B 19 150 62 26
Octal 300 2 117 0 143 73 31 520 142 46
Binary 11000000 10 1001111 0 1100011 111011 11001 101010000 1100010 100110

Color Harmonies of #C0024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0024F

Black with #C0024F

Text Example


Text Example

White with #C0024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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