Html Css Color HEX #C00052 Jazzberry Jam

📋 copy color: '#C00052'

red 192 ◦ green 0 ◦ blue 82

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

Shades of Jazzberry Jam #C00052

Tints of Jazzberry Jam #C00052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 70.07%
G = 0%
B = 29.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C00052 (or 0xC00052) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 52. RGB value is (192,0,82). Sum of RGB (Red+Green+Blue) = 192+0+82=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C00052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00052 is #3FFFAD. Grayscale: #424242. Windows color (decimal): -4194222 or 5374144. OLE color: 5374144.

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

Color convert

RGB 192 0 82 -
CMYK 0 1 0.57 0.25
HSL 334.38º 1% 0.38% -
HSV(B) 334.38º 1% 0.75% -
XYZ 23.26 11.82 9.04 -
YUV 66.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 192 0 82 0 1 0.57 0.25 334.38 1 0.38
Hex C0 0 52 0 64 39 19 14E 64 26
Octal 300 0 122 0 144 71 31 516 144 46
Binary 11000000 0 1010010 0 1100100 111001 11001 101001110 1100100 100110

Color Harmonies of #C00052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00052

Black with #C00052

Text Example


Text Example

White with #C00052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00052; }

 p { color: rgb(192,0,82); }

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

background-color css

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

 a { background-color: rgb(192,0,82); }

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

border-color css

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

 span { border-color: rgb(192,0,82); }

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