Shades of Jazzberry Jam #C30962
Tints of Jazzberry Jam #C30962
RGB
CMYK
RGB Variations
Color information
#C30962 (or 0xC30962) is known color: Jazzberry Jam. HEX triplet: C3, 09 and 62. RGB value is (195,9,98). Sum of RGB (Red+Green+Blue) = 195+9+98=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30962 is #3CF69D. Grayscale: #4A4A4A. Windows color (decimal): -3995294 or 6425027. OLE color: 6425027.
HSL color Cylindrical-coordinate representation of color #C30962: hue angle of 331.29º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30962 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 98 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.24 |
| HSL | 331.29º | 0.91% | 0.4% | - |
| HSV(B) | 331.29º | 0.95% | 0.76% | - |
| XYZ | 24.81 | 12.68 | 12.7 | - |
| YUV | 74.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 98 | 0 | 0.95 | 0.50 | 0.24 | 331.29 | 0.91 | 0.4 |
| Hex | C3 | 9 | 62 | 0 | 5F | 32 | 18 | 14B | 5B | 28 |
| Octal | 303 | 11 | 142 | 0 | 137 | 62 | 30 | 513 | 133 | 50 |
| Binary | 11000011 | 1001 | 1100010 | 0 | 1011111 | 110010 | 11000 | 101001011 | 1011011 | 101000 |
Color Harmonies of #C30962
Complementary color
Monochromatic Colors of #C30962
Black with #C30962
Text Example
Text Example
White with #C30962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30962; }
p { color: rgb(195,9,98); }
H1.HeaderClassName
{
color: #C30962;
}
.AnyTagClassName
{
color: #C30962;
}
</style>
background-color css
<style>
a { background-color: #C30962; }
a { background-color: rgb(195,9,98); }
div.DivClassName
{
background-color: #C30962;
}
.BgClassName
{
background-color: #C30962;
}
</style>
border-color css
<style>
span { border-color: #C30962; }
span { border-color: rgb(195,9,98); }
td.TdClassName
{
border-color: #C30962;
}
.TagClassName
{
border-color: #C30962;
}
</style>