Shades of Razzmatazz #CD004E
Tints of Razzmatazz #CD004E
RGB
CMYK
RGB Variations
Color information
#CD004E (or 0xCD004E) is known color: Razzmatazz. HEX triplet: CD, 00 and 4E. RGB value is (205,0,78). Sum of RGB (Red+Green+Blue) = 205+0+78=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD004E is #32FFB1. Grayscale: #464646. Windows color (decimal): -3342258 or 5112013. OLE color: 5112013.
HSL color Cylindrical-coordinate representation of color #CD004E: hue angle of 337.17º 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 #CD004E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.62 | 0.20 |
| HSL | 337.17º | 1% | 0.4% | - |
| HSV(B) | 337.17º | 1% | 0.8% | - |
| XYZ | 26.55 | 13.53 | 8.42 | - |
| YUV | 70.19 | 132.42 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 78 | 0 | 1 | 0.62 | 0.20 | 337.17 | 1 | 0.4 |
| Hex | CD | 0 | 4E | 0 | 64 | 3E | 14 | 151 | 64 | 28 |
| Octal | 315 | 0 | 116 | 0 | 144 | 76 | 24 | 521 | 144 | 50 |
| Binary | 11001101 | 0 | 1001110 | 0 | 1100100 | 111110 | 10100 | 101010001 | 1100100 | 101000 |
Color Harmonies of #CD004E
Complementary color
Monochromatic Colors of #CD004E
Black with #CD004E
Text Example
Text Example
White with #CD004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD004E; }
p { color: rgb(205,0,78); }
H1.HeaderClassName
{
color: #CD004E;
}
.AnyTagClassName
{
color: #CD004E;
}
</style>
background-color css
<style>
a { background-color: #CD004E; }
a { background-color: rgb(205,0,78); }
div.DivClassName
{
background-color: #CD004E;
}
.BgClassName
{
background-color: #CD004E;
}
</style>
border-color css
<style>
span { border-color: #CD004E; }
span { border-color: rgb(205,0,78); }
td.TdClassName
{
border-color: #CD004E;
}
.TagClassName
{
border-color: #CD004E;
}
</style>