Shades of Jazzberry Jam #C3016A
Tints of Jazzberry Jam #C3016A
RGB
CMYK
RGB Variations
Color information
#C3016A (or 0xC3016A) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 6A. RGB value is (195,1,106). Sum of RGB (Red+Green+Blue) = 195+1+106=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3016A is #3CFE95. Grayscale: #464646. Windows color (decimal): -3997334 or 6947267. OLE color: 6947267.
HSL color Cylindrical-coordinate representation of color #C3016A: hue angle of 327.53º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3016A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.24 |
| HSL | 327.53º | 0.99% | 0.38% | - |
| HSV(B) | 327.53º | 0.99% | 0.76% | - |
| XYZ | 25.12 | 12.66 | 14.76 | - |
| YUV | 70.98 | 147.77 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 106 | 0 | 0.99 | 0.46 | 0.24 | 327.53 | 0.99 | 0.38 |
| Hex | C3 | 1 | 6A | 0 | 63 | 2E | 18 | 148 | 63 | 26 |
| Octal | 303 | 1 | 152 | 0 | 143 | 56 | 30 | 510 | 143 | 46 |
| Binary | 11000011 | 1 | 1101010 | 0 | 1100011 | 101110 | 11000 | 101001000 | 1100011 | 100110 |
Color Harmonies of #C3016A
Complementary color
Monochromatic Colors of #C3016A
Black with #C3016A
Text Example
Text Example
White with #C3016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3016A; }
p { color: rgb(195,1,106); }
H1.HeaderClassName
{
color: #C3016A;
}
.AnyTagClassName
{
color: #C3016A;
}
</style>
background-color css
<style>
a { background-color: #C3016A; }
a { background-color: rgb(195,1,106); }
div.DivClassName
{
background-color: #C3016A;
}
.BgClassName
{
background-color: #C3016A;
}
</style>
border-color css
<style>
span { border-color: #C3016A; }
span { border-color: rgb(195,1,106); }
td.TdClassName
{
border-color: #C3016A;
}
.TagClassName
{
border-color: #C3016A;
}
</style>