Shades of Razzmatazz #CD045A
Tints of Razzmatazz #CD045A
RGB
CMYK
RGB Variations
Color information
#CD045A (or 0xCD045A) is known color: Razzmatazz. HEX triplet: CD, 04 and 5A. RGB value is (205,4,90). Sum of RGB (Red+Green+Blue) = 205+4+90=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD045A is #32FBA5. Grayscale: #494949. Windows color (decimal): -3341222 or 5899469. OLE color: 5899469.
HSL color Cylindrical-coordinate representation of color #CD045A: hue angle of 334.33º degrees, saturation: 0.96, 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 #CD045A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.20 |
| HSL | 334.33º | 0.96% | 0.41% | - |
| HSV(B) | 334.33º | 0.98% | 0.8% | - |
| XYZ | 27.07 | 13.8 | 10.91 | - |
| YUV | 73.9 | 137.09 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 90 | 0 | 0.98 | 0.56 | 0.20 | 334.33 | 0.96 | 0.41 |
| Hex | CD | 4 | 5A | 0 | 62 | 38 | 14 | 14E | 60 | 29 |
| Octal | 315 | 4 | 132 | 0 | 142 | 70 | 24 | 516 | 140 | 51 |
| Binary | 11001101 | 100 | 1011010 | 0 | 1100010 | 111000 | 10100 | 101001110 | 1100000 | 101001 |
Color Harmonies of #CD045A
Complementary color
Monochromatic Colors of #CD045A
Black with #CD045A
Text Example
Text Example
White with #CD045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD045A; }
p { color: rgb(205,4,90); }
H1.HeaderClassName
{
color: #CD045A;
}
.AnyTagClassName
{
color: #CD045A;
}
</style>
background-color css
<style>
a { background-color: #CD045A; }
a { background-color: rgb(205,4,90); }
div.DivClassName
{
background-color: #CD045A;
}
.BgClassName
{
background-color: #CD045A;
}
</style>
border-color css
<style>
span { border-color: #CD045A; }
span { border-color: rgb(205,4,90); }
td.TdClassName
{
border-color: #CD045A;
}
.TagClassName
{
border-color: #CD045A;
}
</style>