Shades of Deep Cerise #CA3C7A
Tints of Deep Cerise #CA3C7A
RGB
CMYK
RGB Variations
Color information
#CA3C7A (or 0xCA3C7A) is known color: Deep Cerise. HEX triplet: CA, 3C and 7A. RGB value is (202,60,122). Sum of RGB (Red+Green+Blue) = 202+60+122=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C7A is #35C385. Grayscale: #6D6D6D. Windows color (decimal): -3523462 or 8010954. OLE color: 8010954.
HSL color Cylindrical-coordinate representation of color #CA3C7A: hue angle of 333.8º 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 #CA3C7A is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 122 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.21 |
| HSL | 333.8º | 0.57% | 0.51% | - |
| HSV(B) | 333.8º | 0.7% | 0.79% | - |
| XYZ | 29.49 | 17.19 | 20.18 | - |
| YUV | 109.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 122 | 0 | 0.70 | 0.40 | 0.21 | 333.8 | 0.57 | 0.51 |
| Hex | CA | 3C | 7A | 0 | 46 | 28 | 15 | 14E | 39 | 33 |
| Octal | 312 | 74 | 172 | 0 | 106 | 50 | 25 | 516 | 71 | 63 |
| Binary | 11001010 | 111100 | 1111010 | 0 | 1000110 | 101000 | 10101 | 101001110 | 111001 | 110011 |
Color Harmonies of #CA3C7A
Complementary color
Monochromatic Colors of #CA3C7A
Black with #CA3C7A
Text Example
Text Example
White with #CA3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C7A; }
p { color: rgb(202,60,122); }
H1.HeaderClassName
{
color: #CA3C7A;
}
.AnyTagClassName
{
color: #CA3C7A;
}
</style>
background-color css
<style>
a { background-color: #CA3C7A; }
a { background-color: rgb(202,60,122); }
div.DivClassName
{
background-color: #CA3C7A;
}
.BgClassName
{
background-color: #CA3C7A;
}
</style>
border-color css
<style>
span { border-color: #CA3C7A; }
span { border-color: rgb(202,60,122); }
td.TdClassName
{
border-color: #CA3C7A;
}
.TagClassName
{
border-color: #CA3C7A;
}
</style>