Shades of Deep Cerise #CA337C
Tints of Deep Cerise #CA337C
RGB
CMYK
RGB Variations
Color information
#CA337C (or 0xCA337C) is known color: Deep Cerise. HEX triplet: CA, 33 and 7C. RGB value is (202,51,124). Sum of RGB (Red+Green+Blue) = 202+51+124=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA337C is #35CC83. Grayscale: #686868. Windows color (decimal): -3525764 or 8139722. OLE color: 8139722.
HSL color Cylindrical-coordinate representation of color #CA337C: hue angle of 330.99º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA337C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 124 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.21 |
| HSL | 330.99º | 0.6% | 0.5% | - |
| HSV(B) | 330.99º | 0.75% | 0.79% | - |
| XYZ | 29.18 | 16.38 | 20.69 | - |
| YUV | 104.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 124 | 0 | 0.75 | 0.39 | 0.21 | 330.99 | 0.6 | 0.5 |
| Hex | CA | 33 | 7C | 0 | 4B | 27 | 15 | 14B | 3C | 32 |
| Octal | 312 | 63 | 174 | 0 | 113 | 47 | 25 | 513 | 74 | 62 |
| Binary | 11001010 | 110011 | 1111100 | 0 | 1001011 | 100111 | 10101 | 101001011 | 111100 | 110010 |
Color Harmonies of #CA337C
Complementary color
Monochromatic Colors of #CA337C
Black with #CA337C
Text Example
Text Example
White with #CA337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA337C; }
p { color: rgb(202,51,124); }
H1.HeaderClassName
{
color: #CA337C;
}
.AnyTagClassName
{
color: #CA337C;
}
</style>
background-color css
<style>
a { background-color: #CA337C; }
a { background-color: rgb(202,51,124); }
div.DivClassName
{
background-color: #CA337C;
}
.BgClassName
{
background-color: #CA337C;
}
</style>
border-color css
<style>
span { border-color: #CA337C; }
span { border-color: rgb(202,51,124); }
td.TdClassName
{
border-color: #CA337C;
}
.TagClassName
{
border-color: #CA337C;
}
</style>