Shades of Jazzberry Jam #C30C67
Tints of Jazzberry Jam #C30C67
RGB
CMYK
RGB Variations
Color information
#C30C67 (or 0xC30C67) is known color: Jazzberry Jam. HEX triplet: C3, 0C and 67. RGB value is (195,12,103). Sum of RGB (Red+Green+Blue) = 195+12+103=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C67 is #3CF398. Grayscale: #4C4C4C. Windows color (decimal): -3994521 or 6753475. OLE color: 6753475.
HSL color Cylindrical-coordinate representation of color #C30C67: hue angle of 330.16º 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 #C30C67 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 103 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.24 |
| HSL | 330.16º | 0.88% | 0.41% | - |
| HSV(B) | 330.16º | 0.94% | 0.76% | - |
| XYZ | 25.09 | 12.84 | 13.99 | - |
| YUV | 77.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 103 | 0 | 0.94 | 0.47 | 0.24 | 330.16 | 0.88 | 0.41 |
| Hex | C3 | C | 67 | 0 | 5E | 2F | 18 | 14A | 58 | 29 |
| Octal | 303 | 14 | 147 | 0 | 136 | 57 | 30 | 512 | 130 | 51 |
| Binary | 11000011 | 1100 | 1100111 | 0 | 1011110 | 101111 | 11000 | 101001010 | 1011000 | 101001 |
Color Harmonies of #C30C67
Complementary color
Monochromatic Colors of #C30C67
Black with #C30C67
Text Example
Text Example
White with #C30C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C67; }
p { color: rgb(195,12,103); }
H1.HeaderClassName
{
color: #C30C67;
}
.AnyTagClassName
{
color: #C30C67;
}
</style>
background-color css
<style>
a { background-color: #C30C67; }
a { background-color: rgb(195,12,103); }
div.DivClassName
{
background-color: #C30C67;
}
.BgClassName
{
background-color: #C30C67;
}
</style>
border-color css
<style>
span { border-color: #C30C67; }
span { border-color: rgb(195,12,103); }
td.TdClassName
{
border-color: #C30C67;
}
.TagClassName
{
border-color: #C30C67;
}
</style>