Shades of Razzmatazz #CA005A
Tints of Razzmatazz #CA005A
RGB
CMYK
RGB Variations
Color information
#CA005A (or 0xCA005A) is known color: Razzmatazz. HEX triplet: CA, 00 and 5A. RGB value is (202,0,90). Sum of RGB (Red+Green+Blue) = 202+0+90=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005A is #35FFA5. Grayscale: #464646. Windows color (decimal): -3538854 or 5898442. OLE color: 5898442.
HSL color Cylindrical-coordinate representation of color #CA005A: hue angle of 333.27º 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 #CA005A is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.55 | 0.21 |
| HSL | 333.27º | 1% | 0.4% | - |
| HSV(B) | 333.27º | 1% | 0.79% | - |
| XYZ | 26.2 | 13.29 | 10.86 | - |
| YUV | 70.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 90 | 0 | 1 | 0.55 | 0.21 | 333.27 | 1 | 0.4 |
| Hex | CA | 0 | 5A | 0 | 64 | 37 | 15 | 14D | 64 | 28 |
| Octal | 312 | 0 | 132 | 0 | 144 | 67 | 25 | 515 | 144 | 50 |
| Binary | 11001010 | 0 | 1011010 | 0 | 1100100 | 110111 | 10101 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CA005A
Complementary color
Monochromatic Colors of #CA005A
Black with #CA005A
Text Example
Text Example
White with #CA005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA005A; }
p { color: rgb(202,0,90); }
H1.HeaderClassName
{
color: #CA005A;
}
.AnyTagClassName
{
color: #CA005A;
}
</style>
background-color css
<style>
a { background-color: #CA005A; }
a { background-color: rgb(202,0,90); }
div.DivClassName
{
background-color: #CA005A;
}
.BgClassName
{
background-color: #CA005A;
}
</style>
border-color css
<style>
span { border-color: #CA005A; }
span { border-color: rgb(202,0,90); }
td.TdClassName
{
border-color: #CA005A;
}
.TagClassName
{
border-color: #CA005A;
}
</style>