Shades of Razzmatazz #CA004F
Tints of Razzmatazz #CA004F
RGB
CMYK
RGB Variations
Color information
#CA004F (or 0xCA004F) is known color: Razzmatazz. HEX triplet: CA, 00 and 4F. RGB value is (202,0,79). Sum of RGB (Red+Green+Blue) = 202+0+79=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA004F is #35FFB0. Grayscale: #454545. Windows color (decimal): -3538865 or 5177546. OLE color: 5177546.
HSL color Cylindrical-coordinate representation of color #CA004F: hue angle of 336.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA004F is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.61 | 0.21 |
| HSL | 336.53º | 1% | 0.4% | - |
| HSV(B) | 336.53º | 1% | 0.79% | - |
| XYZ | 25.77 | 13.12 | 8.57 | - |
| YUV | 69.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 79 | 0 | 1 | 0.61 | 0.21 | 336.53 | 1 | 0.4 |
| Hex | CA | 0 | 4F | 0 | 64 | 3D | 15 | 151 | 64 | 28 |
| Octal | 312 | 0 | 117 | 0 | 144 | 75 | 25 | 521 | 144 | 50 |
| Binary | 11001010 | 0 | 1001111 | 0 | 1100100 | 111101 | 10101 | 101010001 | 1100100 | 101000 |
Color Harmonies of #CA004F
Complementary color
Monochromatic Colors of #CA004F
Black with #CA004F
Text Example
Text Example
White with #CA004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA004F; }
p { color: rgb(202,0,79); }
H1.HeaderClassName
{
color: #CA004F;
}
.AnyTagClassName
{
color: #CA004F;
}
</style>
background-color css
<style>
a { background-color: #CA004F; }
a { background-color: rgb(202,0,79); }
div.DivClassName
{
background-color: #CA004F;
}
.BgClassName
{
background-color: #CA004F;
}
</style>
border-color css
<style>
span { border-color: #CA004F; }
span { border-color: rgb(202,0,79); }
td.TdClassName
{
border-color: #CA004F;
}
.TagClassName
{
border-color: #CA004F;
}
</style>