Shades of Razzmatazz #CC014C
Tints of Razzmatazz #CC014C
RGB
CMYK
RGB Variations
Color information
#CC014C (or 0xCC014C) is known color: Razzmatazz. HEX triplet: CC, 01 and 4C. RGB value is (204,1,76). Sum of RGB (Red+Green+Blue) = 204+1+76=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC014C is #33FEB3. Grayscale: #464646. Windows color (decimal): -3407540 or 4981196. OLE color: 4981196.
HSL color Cylindrical-coordinate representation of color #CC014C: hue angle of 337.83º 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 #CC014C is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.2 |
| HSL | 337.83º | 0.99% | 0.4% | - |
| HSV(B) | 337.83º | 1% | 0.8% | - |
| XYZ | 26.22 | 13.38 | 8.04 | - |
| YUV | 70.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 76 | 0 | 1.00 | 0.63 | 0.2 | 337.83 | 0.99 | 0.4 |
| Hex | CC | 1 | 4C | 0 | 64 | 3F | 14 | 152 | 63 | 28 |
| Octal | 314 | 1 | 114 | 0 | 144 | 77 | 24 | 522 | 143 | 50 |
| Binary | 11001100 | 1 | 1001100 | 0 | 1100100 | 111111 | 10100 | 101010010 | 1100011 | 101000 |
Color Harmonies of #CC014C
Complementary color
Monochromatic Colors of #CC014C
Black with #CC014C
Text Example
Text Example
White with #CC014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC014C; }
p { color: rgb(204,1,76); }
H1.HeaderClassName
{
color: #CC014C;
}
.AnyTagClassName
{
color: #CC014C;
}
</style>
background-color css
<style>
a { background-color: #CC014C; }
a { background-color: rgb(204,1,76); }
div.DivClassName
{
background-color: #CC014C;
}
.BgClassName
{
background-color: #CC014C;
}
</style>
border-color css
<style>
span { border-color: #CC014C; }
span { border-color: rgb(204,1,76); }
td.TdClassName
{
border-color: #CC014C;
}
.TagClassName
{
border-color: #CC014C;
}
</style>