Shades of Deep Cerise #CA3C80
Tints of Deep Cerise #CA3C80
RGB
CMYK
RGB Variations
Color information
#CA3C80 (or 0xCA3C80) is known color: Deep Cerise. HEX triplet: CA, 3C and 80. RGB value is (202,60,128). Sum of RGB (Red+Green+Blue) = 202+60+128=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3C80 is #35C37F. Grayscale: #6E6E6E. Windows color (decimal): -3523456 or 8404170. OLE color: 8404170.
HSL color Cylindrical-coordinate representation of color #CA3C80: hue angle of 331.27º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C80 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 128 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.21 |
| HSL | 331.27º | 0.57% | 0.51% | - |
| HSV(B) | 331.27º | 0.7% | 0.79% | - |
| XYZ | 29.87 | 17.35 | 22.2 | - |
| YUV | 110.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 128 | 0 | 0.70 | 0.37 | 0.21 | 331.27 | 0.57 | 0.51 |
| Hex | CA | 3C | 80 | 0 | 46 | 25 | 15 | 14B | 39 | 33 |
| Octal | 312 | 74 | 200 | 0 | 106 | 45 | 25 | 513 | 71 | 63 |
| Binary | 11001010 | 111100 | 10000000 | 0 | 1000110 | 100101 | 10101 | 101001011 | 111001 | 110011 |
Color Harmonies of #CA3C80
Complementary color
Monochromatic Colors of #CA3C80
Black with #CA3C80
Text Example
Text Example
White with #CA3C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C80; }
p { color: rgb(202,60,128); }
H1.HeaderClassName
{
color: #CA3C80;
}
.AnyTagClassName
{
color: #CA3C80;
}
</style>
background-color css
<style>
a { background-color: #CA3C80; }
a { background-color: rgb(202,60,128); }
div.DivClassName
{
background-color: #CA3C80;
}
.BgClassName
{
background-color: #CA3C80;
}
</style>
border-color css
<style>
span { border-color: #CA3C80; }
span { border-color: rgb(202,60,128); }
td.TdClassName
{
border-color: #CA3C80;
}
.TagClassName
{
border-color: #CA3C80;
}
</style>