Shades of Razzmatazz #CC0051
Tints of Razzmatazz #CC0051
RGB
CMYK
RGB Variations
Color information
#CC0051 (or 0xCC0051) is known color: Razzmatazz. HEX triplet: CC, 00 and 51. RGB value is (204,0,81). Sum of RGB (Red+Green+Blue) = 204+0+81=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0051 is #33FFAE. Grayscale: #464646. Windows color (decimal): -3407791 or 5308620. OLE color: 5308620.
HSL color Cylindrical-coordinate representation of color #CC0051: hue angle of 336.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0051 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.60 | 0.2 |
| HSL | 336.18º | 1% | 0.4% | - |
| HSV(B) | 336.18º | 1% | 0.8% | - |
| XYZ | 26.39 | 13.43 | 8.99 | - |
| YUV | 70.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 81 | 0 | 1 | 0.60 | 0.2 | 336.18 | 1 | 0.4 |
| Hex | CC | 0 | 51 | 0 | 64 | 3C | 14 | 150 | 64 | 28 |
| Octal | 314 | 0 | 121 | 0 | 144 | 74 | 24 | 520 | 144 | 50 |
| Binary | 11001100 | 0 | 1010001 | 0 | 1100100 | 111100 | 10100 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CC0051
Complementary color
Monochromatic Colors of #CC0051
Black with #CC0051
Text Example
Text Example
White with #CC0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0051; }
p { color: rgb(204,0,81); }
H1.HeaderClassName
{
color: #CC0051;
}
.AnyTagClassName
{
color: #CC0051;
}
</style>
background-color css
<style>
a { background-color: #CC0051; }
a { background-color: rgb(204,0,81); }
div.DivClassName
{
background-color: #CC0051;
}
.BgClassName
{
background-color: #CC0051;
}
</style>
border-color css
<style>
span { border-color: #CC0051; }
span { border-color: rgb(204,0,81); }
td.TdClassName
{
border-color: #CC0051;
}
.TagClassName
{
border-color: #CC0051;
}
</style>