Html Css Color HEX #C0044C Jazzberry Jam

📋 copy color: '#C0044C'

red 192 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #C0044C

Tints of Jazzberry Jam #C0044C

RGB

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

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

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

R = 70.59%
G = 1.47%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0044C (or 0xC0044C) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 4C. RGB value is (192,4,76). Sum of RGB (Red+Green+Blue) = 192+4+76=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0044C is #3FFBB3. Grayscale: #444444. Windows color (decimal): -4193204 or 4981952. OLE color: 4981952.

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

Color convert

RGB 192 4 76 -
CMYK 0 0.98 0.60 0.25
HSL 337.02º 0.96% 0.38% -
HSV(B) 337.02º 0.98% 0.75% -
XYZ 23.09 11.82 7.9 -
YUV 68.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 192 4 76 0 0.98 0.60 0.25 337.02 0.96 0.38
Hex C0 4 4C 0 62 3C 19 151 60 26
Octal 300 4 114 0 142 74 31 521 140 46
Binary 11000000 100 1001100 0 1100010 111100 11001 101010001 1100000 100110

Color Harmonies of #C0044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0044C

Black with #C0044C

Text Example


Text Example

White with #C0044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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