Shades of Razzmatazz #CA005E
Tints of Razzmatazz #CA005E
RGB
CMYK
RGB Variations
Color information
#CA005E (or 0xCA005E) is known color: Razzmatazz. HEX triplet: CA, 00 and 5E. RGB value is (202,0,94). Sum of RGB (Red+Green+Blue) = 202+0+94=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005E is #35FFA1. Grayscale: #464646. Windows color (decimal): -3538850 or 6160586. OLE color: 6160586.
HSL color Cylindrical-coordinate representation of color #CA005E: hue angle of 332.08º 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 #CA005E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.53 | 0.21 |
| HSL | 332.08º | 1% | 0.4% | - |
| HSV(B) | 332.08º | 1% | 0.79% | - |
| XYZ | 26.38 | 13.36 | 11.78 | - |
| YUV | 71.11 | 140.92 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 94 | 0 | 1 | 0.53 | 0.21 | 332.08 | 1 | 0.4 |
| Hex | CA | 0 | 5E | 0 | 64 | 35 | 15 | 14C | 64 | 28 |
| Octal | 312 | 0 | 136 | 0 | 144 | 65 | 25 | 514 | 144 | 50 |
| Binary | 11001010 | 0 | 1011110 | 0 | 1100100 | 110101 | 10101 | 101001100 | 1100100 | 101000 |
Color Harmonies of #CA005E
Complementary color
Monochromatic Colors of #CA005E
Black with #CA005E
Text Example
Text Example
White with #CA005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA005E; }
p { color: rgb(202,0,94); }
H1.HeaderClassName
{
color: #CA005E;
}
.AnyTagClassName
{
color: #CA005E;
}
</style>
background-color css
<style>
a { background-color: #CA005E; }
a { background-color: rgb(202,0,94); }
div.DivClassName
{
background-color: #CA005E;
}
.BgClassName
{
background-color: #CA005E;
}
</style>
border-color css
<style>
span { border-color: #CA005E; }
span { border-color: rgb(202,0,94); }
td.TdClassName
{
border-color: #CA005E;
}
.TagClassName
{
border-color: #CA005E;
}
</style>