Shades of Razzmatazz #CA0459
Tints of Razzmatazz #CA0459
RGB
CMYK
RGB Variations
Color information
#CA0459 (or 0xCA0459) is known color: Razzmatazz. HEX triplet: CA, 04 and 59. RGB value is (202,4,89). Sum of RGB (Red+Green+Blue) = 202+4+89=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0459 is #35FBA6. Grayscale: #484848. Windows color (decimal): -3537831 or 5833930. OLE color: 5833930.
HSL color Cylindrical-coordinate representation of color #CA0459: hue angle of 334.24º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0459 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.21 |
| HSL | 334.24º | 0.96% | 0.4% | - |
| HSV(B) | 334.24º | 0.98% | 0.79% | - |
| XYZ | 26.2 | 13.36 | 10.65 | - |
| YUV | 72.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 89 | 0 | 0.98 | 0.56 | 0.21 | 334.24 | 0.96 | 0.4 |
| Hex | CA | 4 | 59 | 0 | 62 | 38 | 15 | 14E | 60 | 28 |
| Octal | 312 | 4 | 131 | 0 | 142 | 70 | 25 | 516 | 140 | 50 |
| Binary | 11001010 | 100 | 1011001 | 0 | 1100010 | 111000 | 10101 | 101001110 | 1100000 | 101000 |
Color Harmonies of #CA0459
Complementary color
Monochromatic Colors of #CA0459
Black with #CA0459
Text Example
Text Example
White with #CA0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0459; }
p { color: rgb(202,4,89); }
H1.HeaderClassName
{
color: #CA0459;
}
.AnyTagClassName
{
color: #CA0459;
}
</style>
background-color css
<style>
a { background-color: #CA0459; }
a { background-color: rgb(202,4,89); }
div.DivClassName
{
background-color: #CA0459;
}
.BgClassName
{
background-color: #CA0459;
}
</style>
border-color css
<style>
span { border-color: #CA0459; }
span { border-color: rgb(202,4,89); }
td.TdClassName
{
border-color: #CA0459;
}
.TagClassName
{
border-color: #CA0459;
}
</style>