Shades of Jazzberry Jam #C30869
Tints of Jazzberry Jam #C30869
RGB
CMYK
RGB Variations
Color information
#C30869 (or 0xC30869) is known color: Jazzberry Jam. HEX triplet: C3, 08 and 69. RGB value is (195,8,105). Sum of RGB (Red+Green+Blue) = 195+8+105=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30869 is #3CF796. Grayscale: #4A4A4A. Windows color (decimal): -3995543 or 6883523. OLE color: 6883523.
HSL color Cylindrical-coordinate representation of color #C30869: hue angle of 328.88º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30869 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.24 |
| HSL | 328.88º | 0.92% | 0.4% | - |
| HSV(B) | 328.88º | 0.96% | 0.76% | - |
| XYZ | 25.14 | 12.8 | 14.51 | - |
| YUV | 74.97 | 144.95 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 105 | 0 | 0.96 | 0.46 | 0.24 | 328.88 | 0.92 | 0.4 |
| Hex | C3 | 8 | 69 | 0 | 60 | 2E | 18 | 149 | 5C | 28 |
| Octal | 303 | 10 | 151 | 0 | 140 | 56 | 30 | 511 | 134 | 50 |
| Binary | 11000011 | 1000 | 1101001 | 0 | 1100000 | 101110 | 11000 | 101001001 | 1011100 | 101000 |
Color Harmonies of #C30869
Complementary color
Monochromatic Colors of #C30869
Black with #C30869
Text Example
Text Example
White with #C30869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30869; }
p { color: rgb(195,8,105); }
H1.HeaderClassName
{
color: #C30869;
}
.AnyTagClassName
{
color: #C30869;
}
</style>
background-color css
<style>
a { background-color: #C30869; }
a { background-color: rgb(195,8,105); }
div.DivClassName
{
background-color: #C30869;
}
.BgClassName
{
background-color: #C30869;
}
</style>
border-color css
<style>
span { border-color: #C30869; }
span { border-color: rgb(195,8,105); }
td.TdClassName
{
border-color: #C30869;
}
.TagClassName
{
border-color: #C30869;
}
</style>