Shades of Jazzberry Jam #C30C65
Tints of Jazzberry Jam #C30C65
RGB
CMYK
RGB Variations
Color information
#C30C65 (or 0xC30C65) is known color: Jazzberry Jam. HEX triplet: C3, 0C and 65. RGB value is (195,12,101). Sum of RGB (Red+Green+Blue) = 195+12+101=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C65 is #3CF39A. Grayscale: #4C4C4C. Windows color (decimal): -3994523 or 6622403. OLE color: 6622403.
HSL color Cylindrical-coordinate representation of color #C30C65: hue angle of 330.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C65 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 101 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.24 |
| HSL | 330.82º | 0.88% | 0.41% | - |
| HSV(B) | 330.82º | 0.94% | 0.76% | - |
| XYZ | 24.99 | 12.8 | 13.47 | - |
| YUV | 76.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 101 | 0 | 0.94 | 0.48 | 0.24 | 330.82 | 0.88 | 0.41 |
| Hex | C3 | C | 65 | 0 | 5E | 30 | 18 | 14B | 58 | 29 |
| Octal | 303 | 14 | 145 | 0 | 136 | 60 | 30 | 513 | 130 | 51 |
| Binary | 11000011 | 1100 | 1100101 | 0 | 1011110 | 110000 | 11000 | 101001011 | 1011000 | 101001 |
Color Harmonies of #C30C65
Complementary color
Monochromatic Colors of #C30C65
Black with #C30C65
Text Example
Text Example
White with #C30C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C65; }
p { color: rgb(195,12,101); }
H1.HeaderClassName
{
color: #C30C65;
}
.AnyTagClassName
{
color: #C30C65;
}
</style>
background-color css
<style>
a { background-color: #C30C65; }
a { background-color: rgb(195,12,101); }
div.DivClassName
{
background-color: #C30C65;
}
.BgClassName
{
background-color: #C30C65;
}
</style>
border-color css
<style>
span { border-color: #C30C65; }
span { border-color: rgb(195,12,101); }
td.TdClassName
{
border-color: #C30C65;
}
.TagClassName
{
border-color: #C30C65;
}
</style>