Shades of Razzmatazz #CD024C
Tints of Razzmatazz #CD024C
RGB
CMYK
RGB Variations
Color information
#CD024C (or 0xCD024C) is known color: Razzmatazz. HEX triplet: CD, 02 and 4C. RGB value is (205,2,76). Sum of RGB (Red+Green+Blue) = 205+2+76=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD024C is #32FDB3. Grayscale: #474747. Windows color (decimal): -3341748 or 4981453. OLE color: 4981453.
HSL color Cylindrical-coordinate representation of color #CD024C: hue angle of 338.13º 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 #CD024C is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.20 |
| HSL | 338.13º | 0.98% | 0.41% | - |
| HSV(B) | 338.13º | 0.99% | 0.8% | - |
| XYZ | 26.5 | 13.54 | 8.05 | - |
| YUV | 71.13 | 130.75 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 76 | 0 | 0.99 | 0.63 | 0.20 | 338.13 | 0.98 | 0.41 |
| Hex | CD | 2 | 4C | 0 | 63 | 3F | 14 | 152 | 62 | 29 |
| Octal | 315 | 2 | 114 | 0 | 143 | 77 | 24 | 522 | 142 | 51 |
| Binary | 11001101 | 10 | 1001100 | 0 | 1100011 | 111111 | 10100 | 101010010 | 1100010 | 101001 |
Color Harmonies of #CD024C
Complementary color
Monochromatic Colors of #CD024C
Black with #CD024C
Text Example
Text Example
White with #CD024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD024C; }
p { color: rgb(205,2,76); }
H1.HeaderClassName
{
color: #CD024C;
}
.AnyTagClassName
{
color: #CD024C;
}
</style>
background-color css
<style>
a { background-color: #CD024C; }
a { background-color: rgb(205,2,76); }
div.DivClassName
{
background-color: #CD024C;
}
.BgClassName
{
background-color: #CD024C;
}
</style>
border-color css
<style>
span { border-color: #CD024C; }
span { border-color: rgb(205,2,76); }
td.TdClassName
{
border-color: #CD024C;
}
.TagClassName
{
border-color: #CD024C;
}
</style>