Shades of Razzmatazz #CA0352
Tints of Razzmatazz #CA0352
RGB
CMYK
RGB Variations
Color information
#CA0352 (or 0xCA0352) is known color: Razzmatazz. HEX triplet: CA, 03 and 52. RGB value is (202,3,82). Sum of RGB (Red+Green+Blue) = 202+3+82=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0352 is #35FCAD. Grayscale: #474747. Windows color (decimal): -3538094 or 5374922. OLE color: 5374922.
HSL color Cylindrical-coordinate representation of color #CA0352: hue angle of 336.18º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0352 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.21 |
| HSL | 336.18º | 0.97% | 0.4% | - |
| HSV(B) | 336.18º | 0.99% | 0.79% | - |
| XYZ | 25.91 | 13.23 | 9.17 | - |
| YUV | 71.51 | 133.93 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 82 | 0 | 0.99 | 0.59 | 0.21 | 336.18 | 0.97 | 0.4 |
| Hex | CA | 3 | 52 | 0 | 63 | 3B | 15 | 150 | 61 | 28 |
| Octal | 312 | 3 | 122 | 0 | 143 | 73 | 25 | 520 | 141 | 50 |
| Binary | 11001010 | 11 | 1010010 | 0 | 1100011 | 111011 | 10101 | 101010000 | 1100001 | 101000 |
Color Harmonies of #CA0352
Complementary color
Monochromatic Colors of #CA0352
Black with #CA0352
Text Example
Text Example
White with #CA0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0352; }
p { color: rgb(202,3,82); }
H1.HeaderClassName
{
color: #CA0352;
}
.AnyTagClassName
{
color: #CA0352;
}
</style>
background-color css
<style>
a { background-color: #CA0352; }
a { background-color: rgb(202,3,82); }
div.DivClassName
{
background-color: #CA0352;
}
.BgClassName
{
background-color: #CA0352;
}
</style>
border-color css
<style>
span { border-color: #CA0352; }
span { border-color: rgb(202,3,82); }
td.TdClassName
{
border-color: #CA0352;
}
.TagClassName
{
border-color: #CA0352;
}
</style>