Shades of Razzmatazz #CD0056
Tints of Razzmatazz #CD0056
RGB
CMYK
RGB Variations
Color information
#CD0056 (or 0xCD0056) is known color: Razzmatazz. HEX triplet: CD, 00 and 56. RGB value is (205,0,86). Sum of RGB (Red+Green+Blue) = 205+0+86=291 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.45% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0056 is #32FFA9. Grayscale: #464646. Windows color (decimal): -3342250 or 5636301. OLE color: 5636301.
HSL color Cylindrical-coordinate representation of color #CD0056: hue angle of 334.83º 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 #CD0056 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.58 | 0.20 |
| HSL | 334.83º | 1% | 0.4% | - |
| HSV(B) | 334.83º | 1% | 0.8% | - |
| XYZ | 26.86 | 13.65 | 10.02 | - |
| YUV | 71.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 86 | 0 | 1 | 0.58 | 0.20 | 334.83 | 1 | 0.4 |
| Hex | CD | 0 | 56 | 0 | 64 | 3A | 14 | 14F | 64 | 28 |
| Octal | 315 | 0 | 126 | 0 | 144 | 72 | 24 | 517 | 144 | 50 |
| Binary | 11001101 | 0 | 1010110 | 0 | 1100100 | 111010 | 10100 | 101001111 | 1100100 | 101000 |
Color Harmonies of #CD0056
Complementary color
Monochromatic Colors of #CD0056
Black with #CD0056
Text Example
Text Example
White with #CD0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0056; }
p { color: rgb(205,0,86); }
H1.HeaderClassName
{
color: #CD0056;
}
.AnyTagClassName
{
color: #CD0056;
}
</style>
background-color css
<style>
a { background-color: #CD0056; }
a { background-color: rgb(205,0,86); }
div.DivClassName
{
background-color: #CD0056;
}
.BgClassName
{
background-color: #CD0056;
}
</style>
border-color css
<style>
span { border-color: #CD0056; }
span { border-color: rgb(205,0,86); }
td.TdClassName
{
border-color: #CD0056;
}
.TagClassName
{
border-color: #CD0056;
}
</style>