Shades of Razzmatazz #CA0051
Tints of Razzmatazz #CA0051
RGB
CMYK
RGB Variations
Color information
#CA0051 (or 0xCA0051) is known color: Razzmatazz. HEX triplet: CA, 00 and 51. RGB value is (202,0,81). Sum of RGB (Red+Green+Blue) = 202+0+81=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0051 is #35FFAE. Grayscale: #454545. Windows color (decimal): -3538863 or 5308618. OLE color: 5308618.
HSL color Cylindrical-coordinate representation of color #CA0051: hue angle of 335.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0051 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.60 | 0.21 |
| HSL | 335.94º | 1% | 0.4% | - |
| HSV(B) | 335.94º | 1% | 0.79% | - |
| XYZ | 25.84 | 13.15 | 8.96 | - |
| YUV | 69.63 | 134.42 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 81 | 0 | 1 | 0.60 | 0.21 | 335.94 | 1 | 0.4 |
| Hex | CA | 0 | 51 | 0 | 64 | 3C | 15 | 150 | 64 | 28 |
| Octal | 312 | 0 | 121 | 0 | 144 | 74 | 25 | 520 | 144 | 50 |
| Binary | 11001010 | 0 | 1010001 | 0 | 1100100 | 111100 | 10101 | 101010000 | 1100100 | 101000 |
Color Harmonies of #CA0051
Complementary color
Monochromatic Colors of #CA0051
Black with #CA0051
Text Example
Text Example
White with #CA0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0051; }
p { color: rgb(202,0,81); }
H1.HeaderClassName
{
color: #CA0051;
}
.AnyTagClassName
{
color: #CA0051;
}
</style>
background-color css
<style>
a { background-color: #CA0051; }
a { background-color: rgb(202,0,81); }
div.DivClassName
{
background-color: #CA0051;
}
.BgClassName
{
background-color: #CA0051;
}
</style>
border-color css
<style>
span { border-color: #CA0051; }
span { border-color: rgb(202,0,81); }
td.TdClassName
{
border-color: #CA0051;
}
.TagClassName
{
border-color: #CA0051;
}
</style>