Shades of Razzmatazz #CC015F
Tints of Razzmatazz #CC015F
RGB
CMYK
RGB Variations
Color information
#CC015F (or 0xCC015F) is known color: Razzmatazz. HEX triplet: CC, 01 and 5F. RGB value is (204,1,95). Sum of RGB (Red+Green+Blue) = 204+1+95=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC015F is #33FEA0. Grayscale: #484848. Windows color (decimal): -3407521 or 6226380. OLE color: 6226380.
HSL color Cylindrical-coordinate representation of color #CC015F: hue angle of 332.22º 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 #CC015F is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.2 |
| HSL | 332.22º | 0.99% | 0.4% | - |
| HSV(B) | 332.22º | 1% | 0.8% | - |
| XYZ | 26.98 | 13.69 | 12.05 | - |
| YUV | 72.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 95 | 0 | 1.00 | 0.53 | 0.2 | 332.22 | 0.99 | 0.4 |
| Hex | CC | 1 | 5F | 0 | 64 | 35 | 14 | 14C | 63 | 28 |
| Octal | 314 | 1 | 137 | 0 | 144 | 65 | 24 | 514 | 143 | 50 |
| Binary | 11001100 | 1 | 1011111 | 0 | 1100100 | 110101 | 10100 | 101001100 | 1100011 | 101000 |
Color Harmonies of #CC015F
Complementary color
Monochromatic Colors of #CC015F
Black with #CC015F
Text Example
Text Example
White with #CC015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC015F; }
p { color: rgb(204,1,95); }
H1.HeaderClassName
{
color: #CC015F;
}
.AnyTagClassName
{
color: #CC015F;
}
</style>
background-color css
<style>
a { background-color: #CC015F; }
a { background-color: rgb(204,1,95); }
div.DivClassName
{
background-color: #CC015F;
}
.BgClassName
{
background-color: #CC015F;
}
</style>
border-color css
<style>
span { border-color: #CC015F; }
span { border-color: rgb(204,1,95); }
td.TdClassName
{
border-color: #CC015F;
}
.TagClassName
{
border-color: #CC015F;
}
</style>