Shades of Razzmatazz #CD0064
Tints of Razzmatazz #CD0064
RGB
CMYK
RGB Variations
Color information
#CD0064 (or 0xCD0064) is known color: Razzmatazz. HEX triplet: CD, 00 and 64. RGB value is (205,0,100). Sum of RGB (Red+Green+Blue) = 205+0+100=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0064 is #32FF9B. Grayscale: #484848. Windows color (decimal): -3342236 or 6553805. OLE color: 6553805.
HSL color Cylindrical-coordinate representation of color #CD0064: hue angle of 330.73º 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 #CD0064 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.51 | 0.20 |
| HSL | 330.73º | 1% | 0.4% | - |
| HSV(B) | 330.73º | 1% | 0.8% | - |
| XYZ | 27.48 | 13.9 | 13.29 | - |
| YUV | 72.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 100 | 0 | 1 | 0.51 | 0.20 | 330.73 | 1 | 0.4 |
| Hex | CD | 0 | 64 | 0 | 64 | 33 | 14 | 14B | 64 | 28 |
| Octal | 315 | 0 | 144 | 0 | 144 | 63 | 24 | 513 | 144 | 50 |
| Binary | 11001101 | 0 | 1100100 | 0 | 1100100 | 110011 | 10100 | 101001011 | 1100100 | 101000 |
Color Harmonies of #CD0064
Complementary color
Monochromatic Colors of #CD0064
Black with #CD0064
Text Example
Text Example
White with #CD0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0064; }
p { color: rgb(205,0,100); }
H1.HeaderClassName
{
color: #CD0064;
}
.AnyTagClassName
{
color: #CD0064;
}
</style>
background-color css
<style>
a { background-color: #CD0064; }
a { background-color: rgb(205,0,100); }
div.DivClassName
{
background-color: #CD0064;
}
.BgClassName
{
background-color: #CD0064;
}
</style>
border-color css
<style>
span { border-color: #CD0064; }
span { border-color: rgb(205,0,100); }
td.TdClassName
{
border-color: #CD0064;
}
.TagClassName
{
border-color: #CD0064;
}
</style>