Shades of Deep Cerise #CA337D
Tints of Deep Cerise #CA337D
RGB
CMYK
RGB Variations
Color information
#CA337D (or 0xCA337D) is known color: Deep Cerise. HEX triplet: CA, 33 and 7D. RGB value is (202,51,125). Sum of RGB (Red+Green+Blue) = 202+51+125=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA337D is #35CC82. Grayscale: #686868. Windows color (decimal): -3525763 or 8205258. OLE color: 8205258.
HSL color Cylindrical-coordinate representation of color #CA337D: hue angle of 330.6º 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 #CA337D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 125 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.21 |
| HSL | 330.6º | 0.6% | 0.5% | - |
| HSV(B) | 330.6º | 0.75% | 0.79% | - |
| XYZ | 29.24 | 16.4 | 21.03 | - |
| YUV | 104.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 125 | 0 | 0.75 | 0.38 | 0.21 | 330.6 | 0.6 | 0.5 |
| Hex | CA | 33 | 7D | 0 | 4B | 26 | 15 | 14B | 3C | 32 |
| Octal | 312 | 63 | 175 | 0 | 113 | 46 | 25 | 513 | 74 | 62 |
| Binary | 11001010 | 110011 | 1111101 | 0 | 1001011 | 100110 | 10101 | 101001011 | 111100 | 110010 |
Color Harmonies of #CA337D
Complementary color
Monochromatic Colors of #CA337D
Black with #CA337D
Text Example
Text Example
White with #CA337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA337D; }
p { color: rgb(202,51,125); }
H1.HeaderClassName
{
color: #CA337D;
}
.AnyTagClassName
{
color: #CA337D;
}
</style>
background-color css
<style>
a { background-color: #CA337D; }
a { background-color: rgb(202,51,125); }
div.DivClassName
{
background-color: #CA337D;
}
.BgClassName
{
background-color: #CA337D;
}
</style>
border-color css
<style>
span { border-color: #CA337D; }
span { border-color: rgb(202,51,125); }
td.TdClassName
{
border-color: #CA337D;
}
.TagClassName
{
border-color: #CA337D;
}
</style>