Shades of Razzmatazz #CD015D
Tints of Razzmatazz #CD015D
RGB
CMYK
RGB Variations
Color information
#CD015D (or 0xCD015D) is known color: Razzmatazz. HEX triplet: CD, 01 and 5D. RGB value is (205,1,93). Sum of RGB (Red+Green+Blue) = 205+1+93=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD015D is #32FEA2. Grayscale: #484848. Windows color (decimal): -3341987 or 6095309. OLE color: 6095309.
HSL color Cylindrical-coordinate representation of color #CD015D: hue angle of 332.94º 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 #CD015D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.20 |
| HSL | 332.94º | 0.99% | 0.4% | - |
| HSV(B) | 332.94º | 1% | 0.8% | - |
| XYZ | 27.16 | 13.79 | 11.59 | - |
| YUV | 72.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 93 | 0 | 1.00 | 0.55 | 0.20 | 332.94 | 0.99 | 0.4 |
| Hex | CD | 1 | 5D | 0 | 64 | 37 | 14 | 14D | 63 | 28 |
| Octal | 315 | 1 | 135 | 0 | 144 | 67 | 24 | 515 | 143 | 50 |
| Binary | 11001101 | 1 | 1011101 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100011 | 101000 |
Color Harmonies of #CD015D
Complementary color
Monochromatic Colors of #CD015D
Black with #CD015D
Text Example
Text Example
White with #CD015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD015D; }
p { color: rgb(205,1,93); }
H1.HeaderClassName
{
color: #CD015D;
}
.AnyTagClassName
{
color: #CD015D;
}
</style>
background-color css
<style>
a { background-color: #CD015D; }
a { background-color: rgb(205,1,93); }
div.DivClassName
{
background-color: #CD015D;
}
.BgClassName
{
background-color: #CD015D;
}
</style>
border-color css
<style>
span { border-color: #CD015D; }
span { border-color: rgb(205,1,93); }
td.TdClassName
{
border-color: #CD015D;
}
.TagClassName
{
border-color: #CD015D;
}
</style>