Shades of Deep Cerise #CA3B84
Tints of Deep Cerise #CA3B84
RGB
CMYK
RGB Variations
Color information
#CA3B84 (or 0xCA3B84) is known color: Deep Cerise. HEX triplet: CA, 3B and 84. RGB value is (202,59,132). Sum of RGB (Red+Green+Blue) = 202+59+132=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B84 is #35C47B. Grayscale: #6D6D6D. Windows color (decimal): -3523708 or 8666058. OLE color: 8666058.
HSL color Cylindrical-coordinate representation of color #CA3B84: hue angle of 329.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B84 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 132 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.21 |
| HSL | 329.37º | 0.57% | 0.51% | - |
| HSV(B) | 329.37º | 0.71% | 0.79% | - |
| XYZ | 30.09 | 17.35 | 23.59 | - |
| YUV | 110.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 132 | 0 | 0.71 | 0.35 | 0.21 | 329.37 | 0.57 | 0.51 |
| Hex | CA | 3B | 84 | 0 | 47 | 23 | 15 | 149 | 39 | 33 |
| Octal | 312 | 73 | 204 | 0 | 107 | 43 | 25 | 511 | 71 | 63 |
| Binary | 11001010 | 111011 | 10000100 | 0 | 1000111 | 100011 | 10101 | 101001001 | 111001 | 110011 |
Color Harmonies of #CA3B84
Complementary color
Monochromatic Colors of #CA3B84
Black with #CA3B84
Text Example
Text Example
White with #CA3B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B84; }
p { color: rgb(202,59,132); }
H1.HeaderClassName
{
color: #CA3B84;
}
.AnyTagClassName
{
color: #CA3B84;
}
</style>
background-color css
<style>
a { background-color: #CA3B84; }
a { background-color: rgb(202,59,132); }
div.DivClassName
{
background-color: #CA3B84;
}
.BgClassName
{
background-color: #CA3B84;
}
</style>
border-color css
<style>
span { border-color: #CA3B84; }
span { border-color: rgb(202,59,132); }
td.TdClassName
{
border-color: #CA3B84;
}
.TagClassName
{
border-color: #CA3B84;
}
</style>