Shades of Razzmatazz #CA0553
Tints of Razzmatazz #CA0553
RGB
CMYK
RGB Variations
Color information
#CA0553 (or 0xCA0553) is known color: Razzmatazz. HEX triplet: CA, 05 and 53. RGB value is (202,5,83). Sum of RGB (Red+Green+Blue) = 202+5+83=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0553 is #35FAAC. Grayscale: #484848. Windows color (decimal): -3537581 or 5440970. OLE color: 5440970.
HSL color Cylindrical-coordinate representation of color #CA0553: hue angle of 336.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0553 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.21 |
| HSL | 336.24º | 0.95% | 0.41% | - |
| HSV(B) | 336.24º | 0.98% | 0.79% | - |
| XYZ | 25.97 | 13.29 | 9.38 | - |
| YUV | 72.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 83 | 0 | 0.98 | 0.59 | 0.21 | 336.24 | 0.95 | 0.41 |
| Hex | CA | 5 | 53 | 0 | 62 | 3B | 15 | 150 | 5F | 29 |
| Octal | 312 | 5 | 123 | 0 | 142 | 73 | 25 | 520 | 137 | 51 |
| Binary | 11001010 | 101 | 1010011 | 0 | 1100010 | 111011 | 10101 | 101010000 | 1011111 | 101001 |
Color Harmonies of #CA0553
Complementary color
Monochromatic Colors of #CA0553
Black with #CA0553
Text Example
Text Example
White with #CA0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0553; }
p { color: rgb(202,5,83); }
H1.HeaderClassName
{
color: #CA0553;
}
.AnyTagClassName
{
color: #CA0553;
}
</style>
background-color css
<style>
a { background-color: #CA0553; }
a { background-color: rgb(202,5,83); }
div.DivClassName
{
background-color: #CA0553;
}
.BgClassName
{
background-color: #CA0553;
}
</style>
border-color css
<style>
span { border-color: #CA0553; }
span { border-color: rgb(202,5,83); }
td.TdClassName
{
border-color: #CA0553;
}
.TagClassName
{
border-color: #CA0553;
}
</style>