Shades of Deep Cerise #CA3A7B
Tints of Deep Cerise #CA3A7B
RGB
CMYK
RGB Variations
Color information
#CA3A7B (or 0xCA3A7B) is known color: Deep Cerise. HEX triplet: CA, 3A and 7B. RGB value is (202,58,123). Sum of RGB (Red+Green+Blue) = 202+58+123=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A7B is #35C584. Grayscale: #6C6C6C. Windows color (decimal): -3523973 or 8075978. OLE color: 8075978.
HSL color Cylindrical-coordinate representation of color #CA3A7B: hue angle of 332.92º degrees, saturation: 0.58, 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 #CA3A7B is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 123 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.21 |
| HSL | 332.92º | 0.58% | 0.51% | - |
| HSV(B) | 332.92º | 0.71% | 0.79% | - |
| XYZ | 29.45 | 17.01 | 20.47 | - |
| YUV | 108.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 123 | 0 | 0.71 | 0.39 | 0.21 | 332.92 | 0.58 | 0.51 |
| Hex | CA | 3A | 7B | 0 | 47 | 27 | 15 | 14D | 3A | 33 |
| Octal | 312 | 72 | 173 | 0 | 107 | 47 | 25 | 515 | 72 | 63 |
| Binary | 11001010 | 111010 | 1111011 | 0 | 1000111 | 100111 | 10101 | 101001101 | 111010 | 110011 |
Color Harmonies of #CA3A7B
Complementary color
Monochromatic Colors of #CA3A7B
Black with #CA3A7B
Text Example
Text Example
White with #CA3A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A7B; }
p { color: rgb(202,58,123); }
H1.HeaderClassName
{
color: #CA3A7B;
}
.AnyTagClassName
{
color: #CA3A7B;
}
</style>
background-color css
<style>
a { background-color: #CA3A7B; }
a { background-color: rgb(202,58,123); }
div.DivClassName
{
background-color: #CA3A7B;
}
.BgClassName
{
background-color: #CA3A7B;
}
</style>
border-color css
<style>
span { border-color: #CA3A7B; }
span { border-color: rgb(202,58,123); }
td.TdClassName
{
border-color: #CA3A7B;
}
.TagClassName
{
border-color: #CA3A7B;
}
</style>