Shades of Razzmatazz #CD0062
Tints of Razzmatazz #CD0062
RGB
CMYK
RGB Variations
Color information
#CD0062 (or 0xCD0062) is known color: Razzmatazz. HEX triplet: CD, 00 and 62. RGB value is (205,0,98). Sum of RGB (Red+Green+Blue) = 205+0+98=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0062 is #32FF9D. Grayscale: #484848. Windows color (decimal): -3342238 or 6422733. OLE color: 6422733.
HSL color Cylindrical-coordinate representation of color #CD0062: hue angle of 331.32º 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 #CD0062 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.52 | 0.20 |
| HSL | 331.32º | 1% | 0.4% | - |
| HSV(B) | 331.32º | 1% | 0.8% | - |
| XYZ | 27.38 | 13.86 | 12.79 | - |
| YUV | 72.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 98 | 0 | 1 | 0.52 | 0.20 | 331.32 | 1 | 0.4 |
| Hex | CD | 0 | 62 | 0 | 64 | 34 | 14 | 14B | 64 | 28 |
| Octal | 315 | 0 | 142 | 0 | 144 | 64 | 24 | 513 | 144 | 50 |
| Binary | 11001101 | 0 | 1100010 | 0 | 1100100 | 110100 | 10100 | 101001011 | 1100100 | 101000 |
Color Harmonies of #CD0062
Complementary color
Monochromatic Colors of #CD0062
Black with #CD0062
Text Example
Text Example
White with #CD0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0062; }
p { color: rgb(205,0,98); }
H1.HeaderClassName
{
color: #CD0062;
}
.AnyTagClassName
{
color: #CD0062;
}
</style>
background-color css
<style>
a { background-color: #CD0062; }
a { background-color: rgb(205,0,98); }
div.DivClassName
{
background-color: #CD0062;
}
.BgClassName
{
background-color: #CD0062;
}
</style>
border-color css
<style>
span { border-color: #CD0062; }
span { border-color: rgb(205,0,98); }
td.TdClassName
{
border-color: #CD0062;
}
.TagClassName
{
border-color: #CD0062;
}
</style>