Shades of Razzmatazz #CC015D
Tints of Razzmatazz #CC015D
RGB
CMYK
RGB Variations
Color information
#CC015D (or 0xCC015D) is known color: Razzmatazz. HEX triplet: CC, 01 and 5D. RGB value is (204,1,93). Sum of RGB (Red+Green+Blue) = 204+1+93=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC015D is #33FEA2. Grayscale: #484848. Windows color (decimal): -3407523 or 6095308. OLE color: 6095308.
HSL color Cylindrical-coordinate representation of color #CC015D: hue angle of 332.81º 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 #CC015D is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.2 |
| HSL | 332.81º | 0.99% | 0.4% | - |
| HSV(B) | 332.81º | 1% | 0.8% | - |
| XYZ | 26.89 | 13.65 | 11.57 | - |
| YUV | 72.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 93 | 0 | 1.00 | 0.54 | 0.2 | 332.81 | 0.99 | 0.4 |
| Hex | CC | 1 | 5D | 0 | 64 | 36 | 14 | 14D | 63 | 28 |
| Octal | 314 | 1 | 135 | 0 | 144 | 66 | 24 | 515 | 143 | 50 |
| Binary | 11001100 | 1 | 1011101 | 0 | 1100100 | 110110 | 10100 | 101001101 | 1100011 | 101000 |
Color Harmonies of #CC015D
Complementary color
Monochromatic Colors of #CC015D
Black with #CC015D
Text Example
Text Example
White with #CC015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC015D; }
p { color: rgb(204,1,93); }
H1.HeaderClassName
{
color: #CC015D;
}
.AnyTagClassName
{
color: #CC015D;
}
</style>
background-color css
<style>
a { background-color: #CC015D; }
a { background-color: rgb(204,1,93); }
div.DivClassName
{
background-color: #CC015D;
}
.BgClassName
{
background-color: #CC015D;
}
</style>
border-color css
<style>
span { border-color: #CC015D; }
span { border-color: rgb(204,1,93); }
td.TdClassName
{
border-color: #CC015D;
}
.TagClassName
{
border-color: #CC015D;
}
</style>