Shades of Razzmatazz #C70155
Tints of Razzmatazz #C70155
RGB
CMYK
RGB Variations
Color information
#C70155 (or 0xC70155) is known color: Razzmatazz. HEX triplet: C7, 01 and 55. RGB value is (199,1,85). Sum of RGB (Red+Green+Blue) = 199+1+85=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C70155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70155 is #38FEAA. Grayscale: #454545. Windows color (decimal): -3735211 or 5571015. OLE color: 5571015.
HSL color Cylindrical-coordinate representation of color #C70155: hue angle of 334.55º degrees, saturation: 0.99, 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 #C70155 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.22 |
| HSL | 334.55º | 0.99% | 0.39% | - |
| HSV(B) | 334.55º | 0.99% | 0.78% | - |
| XYZ | 25.2 | 12.82 | 9.74 | - |
| YUV | 69.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 85 | 0 | 0.99 | 0.57 | 0.22 | 334.55 | 0.99 | 0.39 |
| Hex | C7 | 1 | 55 | 0 | 63 | 39 | 16 | 14F | 63 | 27 |
| Octal | 307 | 1 | 125 | 0 | 143 | 71 | 26 | 517 | 143 | 47 |
| Binary | 11000111 | 1 | 1010101 | 0 | 1100011 | 111001 | 10110 | 101001111 | 1100011 | 100111 |
Color Harmonies of #C70155
Complementary color
Monochromatic Colors of #C70155
Black with #C70155
Text Example
Text Example
White with #C70155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70155; }
p { color: rgb(199,1,85); }
H1.HeaderClassName
{
color: #C70155;
}
.AnyTagClassName
{
color: #C70155;
}
</style>
background-color css
<style>
a { background-color: #C70155; }
a { background-color: rgb(199,1,85); }
div.DivClassName
{
background-color: #C70155;
}
.BgClassName
{
background-color: #C70155;
}
</style>
border-color css
<style>
span { border-color: #C70155; }
span { border-color: rgb(199,1,85); }
td.TdClassName
{
border-color: #C70155;
}
.TagClassName
{
border-color: #C70155;
}
</style>