Shades of Razzmatazz #CD005D
Tints of Razzmatazz #CD005D
RGB
CMYK
RGB Variations
Color information
#CD005D (or 0xCD005D) is known color: Razzmatazz. HEX triplet: CD, 00 and 5D. RGB value is (205,0,93). Sum of RGB (Red+Green+Blue) = 205+0+93=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD005D is #32FFA2. Grayscale: #474747. Windows color (decimal): -3342243 or 6095053. OLE color: 6095053.
HSL color Cylindrical-coordinate representation of color #CD005D: hue angle of 332.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD005D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.55 | 0.20 |
| HSL | 332.78º | 1% | 0.4% | - |
| HSV(B) | 332.78º | 1% | 0.8% | - |
| XYZ | 27.15 | 13.77 | 11.58 | - |
| YUV | 71.9 | 139.92 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 93 | 0 | 1 | 0.55 | 0.20 | 332.78 | 1 | 0.4 |
| Hex | CD | 0 | 5D | 0 | 64 | 37 | 14 | 14D | 64 | 28 |
| Octal | 315 | 0 | 135 | 0 | 144 | 67 | 24 | 515 | 144 | 50 |
| Binary | 11001101 | 0 | 1011101 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CD005D
Complementary color
Monochromatic Colors of #CD005D
Black with #CD005D
Text Example
Text Example
White with #CD005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD005D; }
p { color: rgb(205,0,93); }
H1.HeaderClassName
{
color: #CD005D;
}
.AnyTagClassName
{
color: #CD005D;
}
</style>
background-color css
<style>
a { background-color: #CD005D; }
a { background-color: rgb(205,0,93); }
div.DivClassName
{
background-color: #CD005D;
}
.BgClassName
{
background-color: #CD005D;
}
</style>
border-color css
<style>
span { border-color: #CD005D; }
span { border-color: rgb(205,0,93); }
td.TdClassName
{
border-color: #CD005D;
}
.TagClassName
{
border-color: #CD005D;
}
</style>