Shades of Razzmatazz #CD015E
Tints of Razzmatazz #CD015E
RGB
CMYK
RGB Variations
Color information
#CD015E (or 0xCD015E) is known color: Razzmatazz. HEX triplet: CD, 01 and 5E. RGB value is (205,1,94). Sum of RGB (Red+Green+Blue) = 205+1+94=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD015E is #32FEA1. Grayscale: #484848. Windows color (decimal): -3341986 or 6160845. OLE color: 6160845.
HSL color Cylindrical-coordinate representation of color #CD015E: hue angle of 332.65º 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 #CD015E is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.20 |
| HSL | 332.65º | 0.99% | 0.4% | - |
| HSV(B) | 332.65º | 1% | 0.8% | - |
| XYZ | 27.21 | 13.81 | 11.82 | - |
| YUV | 72.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 94 | 0 | 1.00 | 0.54 | 0.20 | 332.65 | 0.99 | 0.4 |
| Hex | CD | 1 | 5E | 0 | 64 | 36 | 14 | 14D | 63 | 28 |
| Octal | 315 | 1 | 136 | 0 | 144 | 66 | 24 | 515 | 143 | 50 |
| Binary | 11001101 | 1 | 1011110 | 0 | 1100100 | 110110 | 10100 | 101001101 | 1100011 | 101000 |
Color Harmonies of #CD015E
Complementary color
Monochromatic Colors of #CD015E
Black with #CD015E
Text Example
Text Example
White with #CD015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD015E; }
p { color: rgb(205,1,94); }
H1.HeaderClassName
{
color: #CD015E;
}
.AnyTagClassName
{
color: #CD015E;
}
</style>
background-color css
<style>
a { background-color: #CD015E; }
a { background-color: rgb(205,1,94); }
div.DivClassName
{
background-color: #CD015E;
}
.BgClassName
{
background-color: #CD015E;
}
</style>
border-color css
<style>
span { border-color: #CD015E; }
span { border-color: rgb(205,1,94); }
td.TdClassName
{
border-color: #CD015E;
}
.TagClassName
{
border-color: #CD015E;
}
</style>