Shades of Razzmatazz #CD054D
Tints of Razzmatazz #CD054D
RGB
CMYK
RGB Variations
Color information
#CD054D (or 0xCD054D) is known color: Razzmatazz. HEX triplet: CD, 05 and 4D. RGB value is (205,5,77). Sum of RGB (Red+Green+Blue) = 205+5+77=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD054D is #32FAB2. Grayscale: #484848. Windows color (decimal): -3340979 or 5047757. OLE color: 5047757.
HSL color Cylindrical-coordinate representation of color #CD054D: hue angle of 338.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD054D is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.20 |
| HSL | 338.4º | 0.95% | 0.41% | - |
| HSV(B) | 338.4º | 0.98% | 0.8% | - |
| XYZ | 26.57 | 13.62 | 8.25 | - |
| YUV | 73.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 77 | 0 | 0.98 | 0.62 | 0.20 | 338.4 | 0.95 | 0.41 |
| Hex | CD | 5 | 4D | 0 | 62 | 3E | 14 | 152 | 5F | 29 |
| Octal | 315 | 5 | 115 | 0 | 142 | 76 | 24 | 522 | 137 | 51 |
| Binary | 11001101 | 101 | 1001101 | 0 | 1100010 | 111110 | 10100 | 101010010 | 1011111 | 101001 |
Color Harmonies of #CD054D
Complementary color
Monochromatic Colors of #CD054D
Black with #CD054D
Text Example
Text Example
White with #CD054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD054D; }
p { color: rgb(205,5,77); }
H1.HeaderClassName
{
color: #CD054D;
}
.AnyTagClassName
{
color: #CD054D;
}
</style>
background-color css
<style>
a { background-color: #CD054D; }
a { background-color: rgb(205,5,77); }
div.DivClassName
{
background-color: #CD054D;
}
.BgClassName
{
background-color: #CD054D;
}
</style>
border-color css
<style>
span { border-color: #CD054D; }
span { border-color: rgb(205,5,77); }
td.TdClassName
{
border-color: #CD054D;
}
.TagClassName
{
border-color: #CD054D;
}
</style>