Shades of Razzmatazz #CA025D
Tints of Razzmatazz #CA025D
RGB
CMYK
RGB Variations
Color information
#CA025D (or 0xCA025D) is known color: Razzmatazz. HEX triplet: CA, 02 and 5D. RGB value is (202,2,93). Sum of RGB (Red+Green+Blue) = 202+2+93=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA025D is #35FDA2. Grayscale: #484848. Windows color (decimal): -3538339 or 6095562. OLE color: 6095562.
HSL color Cylindrical-coordinate representation of color #CA025D: hue angle of 332.7º degrees, saturation: 0.98, 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 #CA025D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.21 |
| HSL | 332.7º | 0.98% | 0.4% | - |
| HSV(B) | 332.7º | 0.99% | 0.79% | - |
| XYZ | 26.35 | 13.39 | 11.55 | - |
| YUV | 72.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 93 | 0 | 0.99 | 0.54 | 0.21 | 332.7 | 0.98 | 0.4 |
| Hex | CA | 2 | 5D | 0 | 63 | 36 | 15 | 14D | 62 | 28 |
| Octal | 312 | 2 | 135 | 0 | 143 | 66 | 25 | 515 | 142 | 50 |
| Binary | 11001010 | 10 | 1011101 | 0 | 1100011 | 110110 | 10101 | 101001101 | 1100010 | 101000 |
Color Harmonies of #CA025D
Complementary color
Monochromatic Colors of #CA025D
Black with #CA025D
Text Example
Text Example
White with #CA025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA025D; }
p { color: rgb(202,2,93); }
H1.HeaderClassName
{
color: #CA025D;
}
.AnyTagClassName
{
color: #CA025D;
}
</style>
background-color css
<style>
a { background-color: #CA025D; }
a { background-color: rgb(202,2,93); }
div.DivClassName
{
background-color: #CA025D;
}
.BgClassName
{
background-color: #CA025D;
}
</style>
border-color css
<style>
span { border-color: #CA025D; }
span { border-color: rgb(202,2,93); }
td.TdClassName
{
border-color: #CA025D;
}
.TagClassName
{
border-color: #CA025D;
}
</style>