Shades of Jazzberry Jam #C00252
Tints of Jazzberry Jam #C00252
RGB
CMYK
RGB Variations
Color information
#C00252 (or 0xC00252) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 52. RGB value is (192,2,82). Sum of RGB (Red+Green+Blue) = 192+2+82=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C00252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00252 is #3FFDAD. Grayscale: #434343. Windows color (decimal): -4193710 or 5374656. OLE color: 5374656.
HSL color Cylindrical-coordinate representation of color #C00252: hue angle of 334.74º 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 #C00252 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.25 |
| HSL | 334.74º | 0.98% | 0.38% | - |
| HSV(B) | 334.74º | 0.99% | 0.75% | - |
| XYZ | 23.28 | 11.86 | 9.04 | - |
| YUV | 67.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 82 | 0 | 0.99 | 0.57 | 0.25 | 334.74 | 0.98 | 0.38 |
| Hex | C0 | 2 | 52 | 0 | 63 | 39 | 19 | 14F | 62 | 26 |
| Octal | 300 | 2 | 122 | 0 | 143 | 71 | 31 | 517 | 142 | 46 |
| Binary | 11000000 | 10 | 1010010 | 0 | 1100011 | 111001 | 11001 | 101001111 | 1100010 | 100110 |
Color Harmonies of #C00252
Complementary color
Monochromatic Colors of #C00252
Black with #C00252
Text Example
Text Example
White with #C00252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00252; }
p { color: rgb(192,2,82); }
H1.HeaderClassName
{
color: #C00252;
}
.AnyTagClassName
{
color: #C00252;
}
</style>
background-color css
<style>
a { background-color: #C00252; }
a { background-color: rgb(192,2,82); }
div.DivClassName
{
background-color: #C00252;
}
.BgClassName
{
background-color: #C00252;
}
</style>
border-color css
<style>
span { border-color: #C00252; }
span { border-color: rgb(192,2,82); }
td.TdClassName
{
border-color: #C00252;
}
.TagClassName
{
border-color: #C00252;
}
</style>