Shades of Razzmatazz #CA014E
Tints of Razzmatazz #CA014E
RGB
CMYK
RGB Variations
Color information
#CA014E (or 0xCA014E) is known color: Razzmatazz. HEX triplet: CA, 01 and 4E. RGB value is (202,1,78). Sum of RGB (Red+Green+Blue) = 202+1+78=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA014E is #35FEB1. Grayscale: #454545. Windows color (decimal): -3538610 or 5112266. OLE color: 5112266.
HSL color Cylindrical-coordinate representation of color #CA014E: hue angle of 337.01º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA014E is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.21 |
| HSL | 337.01º | 0.99% | 0.4% | - |
| HSV(B) | 337.01º | 1% | 0.79% | - |
| XYZ | 25.74 | 13.13 | 8.38 | - |
| YUV | 69.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 78 | 0 | 1.00 | 0.61 | 0.21 | 337.01 | 0.99 | 0.4 |
| Hex | CA | 1 | 4E | 0 | 64 | 3D | 15 | 151 | 63 | 28 |
| Octal | 312 | 1 | 116 | 0 | 144 | 75 | 25 | 521 | 143 | 50 |
| Binary | 11001010 | 1 | 1001110 | 0 | 1100100 | 111101 | 10101 | 101010001 | 1100011 | 101000 |
Color Harmonies of #CA014E
Complementary color
Monochromatic Colors of #CA014E
Black with #CA014E
Text Example
Text Example
White with #CA014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA014E; }
p { color: rgb(202,1,78); }
H1.HeaderClassName
{
color: #CA014E;
}
.AnyTagClassName
{
color: #CA014E;
}
</style>
background-color css
<style>
a { background-color: #CA014E; }
a { background-color: rgb(202,1,78); }
div.DivClassName
{
background-color: #CA014E;
}
.BgClassName
{
background-color: #CA014E;
}
</style>
border-color css
<style>
span { border-color: #CA014E; }
span { border-color: rgb(202,1,78); }
td.TdClassName
{
border-color: #CA014E;
}
.TagClassName
{
border-color: #CA014E;
}
</style>