Shades of Razzmatazz #CD015C
Tints of Razzmatazz #CD015C
RGB
CMYK
RGB Variations
Color information
#CD015C (or 0xCD015C) is known color: Razzmatazz. HEX triplet: CD, 01 and 5C. RGB value is (205,1,92). Sum of RGB (Red+Green+Blue) = 205+1+92=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD015C is #32FEA3. Grayscale: #484848. Windows color (decimal): -3341988 or 6029773. OLE color: 6029773.
HSL color Cylindrical-coordinate representation of color #CD015C: hue angle of 333.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 #CD015C is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.20 |
| HSL | 333.24º | 0.99% | 0.4% | - |
| HSV(B) | 333.24º | 1% | 0.8% | - |
| XYZ | 27.12 | 13.77 | 11.35 | - |
| YUV | 72.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 92 | 0 | 1.00 | 0.55 | 0.20 | 333.24 | 0.99 | 0.4 |
| Hex | CD | 1 | 5C | 0 | 64 | 37 | 14 | 14D | 63 | 28 |
| Octal | 315 | 1 | 134 | 0 | 144 | 67 | 24 | 515 | 143 | 50 |
| Binary | 11001101 | 1 | 1011100 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100011 | 101000 |
Color Harmonies of #CD015C
Complementary color
Monochromatic Colors of #CD015C
Black with #CD015C
Text Example
Text Example
White with #CD015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD015C; }
p { color: rgb(205,1,92); }
H1.HeaderClassName
{
color: #CD015C;
}
.AnyTagClassName
{
color: #CD015C;
}
</style>
background-color css
<style>
a { background-color: #CD015C; }
a { background-color: rgb(205,1,92); }
div.DivClassName
{
background-color: #CD015C;
}
.BgClassName
{
background-color: #CD015C;
}
</style>
border-color css
<style>
span { border-color: #CD015C; }
span { border-color: rgb(205,1,92); }
td.TdClassName
{
border-color: #CD015C;
}
.TagClassName
{
border-color: #CD015C;
}
</style>