Shades of Razzmatazz #CA0452
Tints of Razzmatazz #CA0452
RGB
CMYK
RGB Variations
Color information
#CA0452 (or 0xCA0452) is known color: Razzmatazz. HEX triplet: CA, 04 and 52. RGB value is (202,4,82). Sum of RGB (Red+Green+Blue) = 202+4+82=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0452 is #35FBAD. Grayscale: #474747. Windows color (decimal): -3537838 or 5375178. OLE color: 5375178.
HSL color Cylindrical-coordinate representation of color #CA0452: hue angle of 336.36º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0452 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 82 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.21 |
| HSL | 336.36º | 0.96% | 0.4% | - |
| HSV(B) | 336.36º | 0.98% | 0.79% | - |
| XYZ | 25.92 | 13.25 | 9.17 | - |
| YUV | 72.09 | 133.6 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 82 | 0 | 0.98 | 0.59 | 0.21 | 336.36 | 0.96 | 0.4 |
| Hex | CA | 4 | 52 | 0 | 62 | 3B | 15 | 150 | 60 | 28 |
| Octal | 312 | 4 | 122 | 0 | 142 | 73 | 25 | 520 | 140 | 50 |
| Binary | 11001010 | 100 | 1010010 | 0 | 1100010 | 111011 | 10101 | 101010000 | 1100000 | 101000 |
Color Harmonies of #CA0452
Complementary color
Monochromatic Colors of #CA0452
Black with #CA0452
Text Example
Text Example
White with #CA0452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0452; }
p { color: rgb(202,4,82); }
H1.HeaderClassName
{
color: #CA0452;
}
.AnyTagClassName
{
color: #CA0452;
}
</style>
background-color css
<style>
a { background-color: #CA0452; }
a { background-color: rgb(202,4,82); }
div.DivClassName
{
background-color: #CA0452;
}
.BgClassName
{
background-color: #CA0452;
}
</style>
border-color css
<style>
span { border-color: #CA0452; }
span { border-color: rgb(202,4,82); }
td.TdClassName
{
border-color: #CA0452;
}
.TagClassName
{
border-color: #CA0452;
}
</style>