Shades of Razzmatazz #CA035B
Tints of Razzmatazz #CA035B
RGB
CMYK
RGB Variations
Color information
#CA035B (or 0xCA035B) is known color: Razzmatazz. HEX triplet: CA, 03 and 5B. RGB value is (202,3,91). Sum of RGB (Red+Green+Blue) = 202+3+91=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA035B is #35FCA4. Grayscale: #484848. Windows color (decimal): -3538085 or 5964746. OLE color: 5964746.
HSL color Cylindrical-coordinate representation of color #CA035B: hue angle of 333.47º 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 #CA035B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.21 |
| HSL | 333.47º | 0.97% | 0.4% | - |
| HSV(B) | 333.47º | 0.99% | 0.79% | - |
| XYZ | 26.28 | 13.38 | 11.09 | - |
| YUV | 72.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 91 | 0 | 0.99 | 0.55 | 0.21 | 333.47 | 0.97 | 0.4 |
| Hex | CA | 3 | 5B | 0 | 63 | 37 | 15 | 14D | 61 | 28 |
| Octal | 312 | 3 | 133 | 0 | 143 | 67 | 25 | 515 | 141 | 50 |
| Binary | 11001010 | 11 | 1011011 | 0 | 1100011 | 110111 | 10101 | 101001101 | 1100001 | 101000 |
Color Harmonies of #CA035B
Complementary color
Monochromatic Colors of #CA035B
Black with #CA035B
Text Example
Text Example
White with #CA035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA035B; }
p { color: rgb(202,3,91); }
H1.HeaderClassName
{
color: #CA035B;
}
.AnyTagClassName
{
color: #CA035B;
}
</style>
background-color css
<style>
a { background-color: #CA035B; }
a { background-color: rgb(202,3,91); }
div.DivClassName
{
background-color: #CA035B;
}
.BgClassName
{
background-color: #CA035B;
}
</style>
border-color css
<style>
span { border-color: #CA035B; }
span { border-color: rgb(202,3,91); }
td.TdClassName
{
border-color: #CA035B;
}
.TagClassName
{
border-color: #CA035B;
}
</style>