Shades of Razzmatazz #CD024D
Tints of Razzmatazz #CD024D
RGB
CMYK
RGB Variations
Color information
#CD024D (or 0xCD024D) is known color: Razzmatazz. HEX triplet: CD, 02 and 4D. RGB value is (205,2,77). Sum of RGB (Red+Green+Blue) = 205+2+77=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD024D is #32FDB2. Grayscale: #474747. Windows color (decimal): -3341747 or 5046989. OLE color: 5046989.
HSL color Cylindrical-coordinate representation of color #CD024D: hue angle of 337.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD024D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.20 |
| HSL | 337.83º | 0.98% | 0.41% | - |
| HSV(B) | 337.83º | 0.99% | 0.8% | - |
| XYZ | 26.54 | 13.56 | 8.24 | - |
| YUV | 71.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 77 | 0 | 0.99 | 0.62 | 0.20 | 337.83 | 0.98 | 0.41 |
| Hex | CD | 2 | 4D | 0 | 63 | 3E | 14 | 152 | 62 | 29 |
| Octal | 315 | 2 | 115 | 0 | 143 | 76 | 24 | 522 | 142 | 51 |
| Binary | 11001101 | 10 | 1001101 | 0 | 1100011 | 111110 | 10100 | 101010010 | 1100010 | 101001 |
Color Harmonies of #CD024D
Complementary color
Monochromatic Colors of #CD024D
Black with #CD024D
Text Example
Text Example
White with #CD024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD024D; }
p { color: rgb(205,2,77); }
H1.HeaderClassName
{
color: #CD024D;
}
.AnyTagClassName
{
color: #CD024D;
}
</style>
background-color css
<style>
a { background-color: #CD024D; }
a { background-color: rgb(205,2,77); }
div.DivClassName
{
background-color: #CD024D;
}
.BgClassName
{
background-color: #CD024D;
}
</style>
border-color css
<style>
span { border-color: #CD024D; }
span { border-color: rgb(205,2,77); }
td.TdClassName
{
border-color: #CD024D;
}
.TagClassName
{
border-color: #CD024D;
}
</style>