Shades of Razzmatazz #C70255
Tints of Razzmatazz #C70255
RGB
CMYK
RGB Variations
Color information
#C70255 (or 0xC70255) is known color: Razzmatazz. HEX triplet: C7, 02 and 55. RGB value is (199,2,85). Sum of RGB (Red+Green+Blue) = 199+2+85=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C70255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70255 is #38FDAA. Grayscale: #464646. Windows color (decimal): -3734955 or 5571271. OLE color: 5571271.
HSL color Cylindrical-coordinate representation of color #C70255: hue angle of 334.72º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70255 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.22 |
| HSL | 334.72º | 0.98% | 0.39% | - |
| HSV(B) | 334.72º | 0.99% | 0.78% | - |
| XYZ | 25.21 | 12.84 | 9.74 | - |
| YUV | 70.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 85 | 0 | 0.99 | 0.57 | 0.22 | 334.72 | 0.98 | 0.39 |
| Hex | C7 | 2 | 55 | 0 | 63 | 39 | 16 | 14F | 62 | 27 |
| Octal | 307 | 2 | 125 | 0 | 143 | 71 | 26 | 517 | 142 | 47 |
| Binary | 11000111 | 10 | 1010101 | 0 | 1100011 | 111001 | 10110 | 101001111 | 1100010 | 100111 |
Color Harmonies of #C70255
Complementary color
Monochromatic Colors of #C70255
Black with #C70255
Text Example
Text Example
White with #C70255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70255; }
p { color: rgb(199,2,85); }
H1.HeaderClassName
{
color: #C70255;
}
.AnyTagClassName
{
color: #C70255;
}
</style>
background-color css
<style>
a { background-color: #C70255; }
a { background-color: rgb(199,2,85); }
div.DivClassName
{
background-color: #C70255;
}
.BgClassName
{
background-color: #C70255;
}
</style>
border-color css
<style>
span { border-color: #C70255; }
span { border-color: rgb(199,2,85); }
td.TdClassName
{
border-color: #C70255;
}
.TagClassName
{
border-color: #C70255;
}
</style>