Shades of Jazzberry Jam #C30562
Tints of Jazzberry Jam #C30562
RGB
CMYK
RGB Variations
Color information
#C30562 (or 0xC30562) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 62. RGB value is (195,5,98). Sum of RGB (Red+Green+Blue) = 195+5+98=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30562 is #3CFA9D. Grayscale: #484848. Windows color (decimal): -3996318 or 6424003. OLE color: 6424003.
HSL color Cylindrical-coordinate representation of color #C30562: hue angle of 330.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30562 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.24 |
| HSL | 330.63º | 0.95% | 0.39% | - |
| HSV(B) | 330.63º | 0.97% | 0.76% | - |
| XYZ | 24.76 | 12.59 | 12.68 | - |
| YUV | 72.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 98 | 0 | 0.97 | 0.50 | 0.24 | 330.63 | 0.95 | 0.39 |
| Hex | C3 | 5 | 62 | 0 | 61 | 32 | 18 | 14B | 5F | 27 |
| Octal | 303 | 5 | 142 | 0 | 141 | 62 | 30 | 513 | 137 | 47 |
| Binary | 11000011 | 101 | 1100010 | 0 | 1100001 | 110010 | 11000 | 101001011 | 1011111 | 100111 |
Color Harmonies of #C30562
Complementary color
Monochromatic Colors of #C30562
Black with #C30562
Text Example
Text Example
White with #C30562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30562; }
p { color: rgb(195,5,98); }
H1.HeaderClassName
{
color: #C30562;
}
.AnyTagClassName
{
color: #C30562;
}
</style>
background-color css
<style>
a { background-color: #C30562; }
a { background-color: rgb(195,5,98); }
div.DivClassName
{
background-color: #C30562;
}
.BgClassName
{
background-color: #C30562;
}
</style>
border-color css
<style>
span { border-color: #C30562; }
span { border-color: rgb(195,5,98); }
td.TdClassName
{
border-color: #C30562;
}
.TagClassName
{
border-color: #C30562;
}
</style>