Shades of Razzmatazz #CD005C
Tints of Razzmatazz #CD005C
RGB
CMYK
RGB Variations
Color information
#CD005C (or 0xCD005C) is known color: Razzmatazz. HEX triplet: CD, 00 and 5C. RGB value is (205,0,92). Sum of RGB (Red+Green+Blue) = 205+0+92=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD005C is #32FFA3. Grayscale: #474747. Windows color (decimal): -3342244 or 6029517. OLE color: 6029517.
HSL color Cylindrical-coordinate representation of color #CD005C: hue angle of 333.07º 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 #CD005C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.55 | 0.20 |
| HSL | 333.07º | 1% | 0.4% | - |
| HSV(B) | 333.07º | 1% | 0.8% | - |
| XYZ | 27.11 | 13.75 | 11.35 | - |
| YUV | 71.78 | 139.42 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 92 | 0 | 1 | 0.55 | 0.20 | 333.07 | 1 | 0.4 |
| Hex | CD | 0 | 5C | 0 | 64 | 37 | 14 | 14D | 64 | 28 |
| Octal | 315 | 0 | 134 | 0 | 144 | 67 | 24 | 515 | 144 | 50 |
| Binary | 11001101 | 0 | 1011100 | 0 | 1100100 | 110111 | 10100 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CD005C
Complementary color
Monochromatic Colors of #CD005C
Black with #CD005C
Text Example
Text Example
White with #CD005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD005C; }
p { color: rgb(205,0,92); }
H1.HeaderClassName
{
color: #CD005C;
}
.AnyTagClassName
{
color: #CD005C;
}
</style>
background-color css
<style>
a { background-color: #CD005C; }
a { background-color: rgb(205,0,92); }
div.DivClassName
{
background-color: #CD005C;
}
.BgClassName
{
background-color: #CD005C;
}
</style>
border-color css
<style>
span { border-color: #CD005C; }
span { border-color: rgb(205,0,92); }
td.TdClassName
{
border-color: #CD005C;
}
.TagClassName
{
border-color: #CD005C;
}
</style>