Shades of Razzmatazz #CC014E
Tints of Razzmatazz #CC014E
RGB
CMYK
RGB Variations
Color information
#CC014E (or 0xCC014E) is known color: Razzmatazz. HEX triplet: CC, 01 and 4E. RGB value is (204,1,78). Sum of RGB (Red+Green+Blue) = 204+1+78=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC014E is #33FEB1. Grayscale: #464646. Windows color (decimal): -3407538 or 5112268. OLE color: 5112268.
HSL color Cylindrical-coordinate representation of color #CC014E: hue angle of 337.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC014E is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.2 |
| HSL | 337.24º | 0.99% | 0.4% | - |
| HSV(B) | 337.24º | 1% | 0.8% | - |
| XYZ | 26.29 | 13.41 | 8.41 | - |
| YUV | 70.48 | 132.25 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 78 | 0 | 1.00 | 0.62 | 0.2 | 337.24 | 0.99 | 0.4 |
| Hex | CC | 1 | 4E | 0 | 64 | 3E | 14 | 151 | 63 | 28 |
| Octal | 314 | 1 | 116 | 0 | 144 | 76 | 24 | 521 | 143 | 50 |
| Binary | 11001100 | 1 | 1001110 | 0 | 1100100 | 111110 | 10100 | 101010001 | 1100011 | 101000 |
Color Harmonies of #CC014E
Complementary color
Monochromatic Colors of #CC014E
Black with #CC014E
Text Example
Text Example
White with #CC014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC014E; }
p { color: rgb(204,1,78); }
H1.HeaderClassName
{
color: #CC014E;
}
.AnyTagClassName
{
color: #CC014E;
}
</style>
background-color css
<style>
a { background-color: #CC014E; }
a { background-color: rgb(204,1,78); }
div.DivClassName
{
background-color: #CC014E;
}
.BgClassName
{
background-color: #CC014E;
}
</style>
border-color css
<style>
span { border-color: #CC014E; }
span { border-color: rgb(204,1,78); }
td.TdClassName
{
border-color: #CC014E;
}
.TagClassName
{
border-color: #CC014E;
}
</style>