Shades of Jazzberry Jam #C30567
Tints of Jazzberry Jam #C30567
RGB
CMYK
RGB Variations
Color information
#C30567 (or 0xC30567) is known color: Jazzberry Jam. HEX triplet: C3, 05 and 67. RGB value is (195,5,103). Sum of RGB (Red+Green+Blue) = 195+5+103=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C30567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30567 is #3CFA98. Grayscale: #484848. Windows color (decimal): -3996313 or 6751683. OLE color: 6751683.
HSL color Cylindrical-coordinate representation of color #C30567: hue angle of 329.05º 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 #C30567 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.24 |
| HSL | 329.05º | 0.95% | 0.39% | - |
| HSV(B) | 329.05º | 0.97% | 0.76% | - |
| XYZ | 25.01 | 12.69 | 13.96 | - |
| YUV | 72.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 103 | 0 | 0.97 | 0.47 | 0.24 | 329.05 | 0.95 | 0.39 |
| Hex | C3 | 5 | 67 | 0 | 61 | 2F | 18 | 149 | 5F | 27 |
| Octal | 303 | 5 | 147 | 0 | 141 | 57 | 30 | 511 | 137 | 47 |
| Binary | 11000011 | 101 | 1100111 | 0 | 1100001 | 101111 | 11000 | 101001001 | 1011111 | 100111 |
Color Harmonies of #C30567
Complementary color
Monochromatic Colors of #C30567
Black with #C30567
Text Example
Text Example
White with #C30567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30567; }
p { color: rgb(195,5,103); }
H1.HeaderClassName
{
color: #C30567;
}
.AnyTagClassName
{
color: #C30567;
}
</style>
background-color css
<style>
a { background-color: #C30567; }
a { background-color: rgb(195,5,103); }
div.DivClassName
{
background-color: #C30567;
}
.BgClassName
{
background-color: #C30567;
}
</style>
border-color css
<style>
span { border-color: #C30567; }
span { border-color: rgb(195,5,103); }
td.TdClassName
{
border-color: #C30567;
}
.TagClassName
{
border-color: #C30567;
}
</style>