Shades of Deep Cerise #CA3C7E
Tints of Deep Cerise #CA3C7E
RGB
CMYK
RGB Variations
Color information
#CA3C7E (or 0xCA3C7E) is known color: Deep Cerise. HEX triplet: CA, 3C and 7E. RGB value is (202,60,126). Sum of RGB (Red+Green+Blue) = 202+60+126=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C7E is #35C381. Grayscale: #6D6D6D. Windows color (decimal): -3523458 or 8273098. OLE color: 8273098.
HSL color Cylindrical-coordinate representation of color #CA3C7E: hue angle of 332.11º 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 #CA3C7E is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 126 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.21 |
| HSL | 332.11º | 0.57% | 0.51% | - |
| HSV(B) | 332.11º | 0.7% | 0.79% | - |
| XYZ | 29.74 | 17.29 | 21.51 | - |
| YUV | 109.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 126 | 0 | 0.70 | 0.38 | 0.21 | 332.11 | 0.57 | 0.51 |
| Hex | CA | 3C | 7E | 0 | 46 | 26 | 15 | 14C | 39 | 33 |
| Octal | 312 | 74 | 176 | 0 | 106 | 46 | 25 | 514 | 71 | 63 |
| Binary | 11001010 | 111100 | 1111110 | 0 | 1000110 | 100110 | 10101 | 101001100 | 111001 | 110011 |
Color Harmonies of #CA3C7E
Complementary color
Monochromatic Colors of #CA3C7E
Black with #CA3C7E
Text Example
Text Example
White with #CA3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C7E; }
p { color: rgb(202,60,126); }
H1.HeaderClassName
{
color: #CA3C7E;
}
.AnyTagClassName
{
color: #CA3C7E;
}
</style>
background-color css
<style>
a { background-color: #CA3C7E; }
a { background-color: rgb(202,60,126); }
div.DivClassName
{
background-color: #CA3C7E;
}
.BgClassName
{
background-color: #CA3C7E;
}
</style>
border-color css
<style>
span { border-color: #CA3C7E; }
span { border-color: rgb(202,60,126); }
td.TdClassName
{
border-color: #CA3C7E;
}
.TagClassName
{
border-color: #CA3C7E;
}
</style>