Shades of Jazzberry Jam #C3015D
Tints of Jazzberry Jam #C3015D
RGB
CMYK
RGB Variations
Color information
#C3015D (or 0xC3015D) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 5D. RGB value is (195,1,93). Sum of RGB (Red+Green+Blue) = 195+1+93=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3015D is #3CFEA2. Grayscale: #454545. Windows color (decimal): -3997347 or 6095299. OLE color: 6095299.
HSL color Cylindrical-coordinate representation of color #C3015D: hue angle of 331.55º 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 #C3015D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.24 |
| HSL | 331.55º | 0.99% | 0.38% | - |
| HSV(B) | 331.55º | 0.99% | 0.76% | - |
| XYZ | 24.49 | 12.41 | 11.46 | - |
| YUV | 69.49 | 141.27 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 93 | 0 | 0.99 | 0.52 | 0.24 | 331.55 | 0.99 | 0.38 |
| Hex | C3 | 1 | 5D | 0 | 63 | 34 | 18 | 14C | 63 | 26 |
| Octal | 303 | 1 | 135 | 0 | 143 | 64 | 30 | 514 | 143 | 46 |
| Binary | 11000011 | 1 | 1011101 | 0 | 1100011 | 110100 | 11000 | 101001100 | 1100011 | 100110 |
Color Harmonies of #C3015D
Complementary color
Monochromatic Colors of #C3015D
Black with #C3015D
Text Example
Text Example
White with #C3015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3015D; }
p { color: rgb(195,1,93); }
H1.HeaderClassName
{
color: #C3015D;
}
.AnyTagClassName
{
color: #C3015D;
}
</style>
background-color css
<style>
a { background-color: #C3015D; }
a { background-color: rgb(195,1,93); }
div.DivClassName
{
background-color: #C3015D;
}
.BgClassName
{
background-color: #C3015D;
}
</style>
border-color css
<style>
span { border-color: #C3015D; }
span { border-color: rgb(195,1,93); }
td.TdClassName
{
border-color: #C3015D;
}
.TagClassName
{
border-color: #C3015D;
}
</style>