Shades of Razzmatazz #CA005B
Tints of Razzmatazz #CA005B
RGB
CMYK
RGB Variations
Color information
#CA005B (or 0xCA005B) is known color: Razzmatazz. HEX triplet: CA, 00 and 5B. RGB value is (202,0,91). Sum of RGB (Red+Green+Blue) = 202+0+91=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA005B is #35FFA4. Grayscale: #464646. Windows color (decimal): -3538853 or 5963978. OLE color: 5963978.
HSL color Cylindrical-coordinate representation of color #CA005B: hue angle of 332.97º 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 #CA005B is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.55 | 0.21 |
| HSL | 332.97º | 1% | 0.4% | - |
| HSV(B) | 332.97º | 1% | 0.79% | - |
| XYZ | 26.25 | 13.31 | 11.08 | - |
| YUV | 70.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 91 | 0 | 1 | 0.55 | 0.21 | 332.97 | 1 | 0.4 |
| Hex | CA | 0 | 5B | 0 | 64 | 37 | 15 | 14D | 64 | 28 |
| Octal | 312 | 0 | 133 | 0 | 144 | 67 | 25 | 515 | 144 | 50 |
| Binary | 11001010 | 0 | 1011011 | 0 | 1100100 | 110111 | 10101 | 101001101 | 1100100 | 101000 |
Color Harmonies of #CA005B
Complementary color
Monochromatic Colors of #CA005B
Black with #CA005B
Text Example
Text Example
White with #CA005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA005B; }
p { color: rgb(202,0,91); }
H1.HeaderClassName
{
color: #CA005B;
}
.AnyTagClassName
{
color: #CA005B;
}
</style>
background-color css
<style>
a { background-color: #CA005B; }
a { background-color: rgb(202,0,91); }
div.DivClassName
{
background-color: #CA005B;
}
.BgClassName
{
background-color: #CA005B;
}
</style>
border-color css
<style>
span { border-color: #CA005B; }
span { border-color: rgb(202,0,91); }
td.TdClassName
{
border-color: #CA005B;
}
.TagClassName
{
border-color: #CA005B;
}
</style>