Shades of Deep Cerise #CA357D
Tints of Deep Cerise #CA357D
RGB
CMYK
RGB Variations
Color information
#CA357D (or 0xCA357D) is known color: Deep Cerise. HEX triplet: CA, 35 and 7D. RGB value is (202,53,125). Sum of RGB (Red+Green+Blue) = 202+53+125=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357D is #35CA82. Grayscale: #696969. Windows color (decimal): -3525251 or 8205770. OLE color: 8205770.
HSL color Cylindrical-coordinate representation of color #CA357D: hue angle of 331.01º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA357D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 125 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.21 |
| HSL | 331.01º | 0.58% | 0.5% | - |
| HSV(B) | 331.01º | 0.74% | 0.79% | - |
| XYZ | 29.33 | 16.58 | 21.06 | - |
| YUV | 105.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 125 | 0 | 0.74 | 0.38 | 0.21 | 331.01 | 0.58 | 0.5 |
| Hex | CA | 35 | 7D | 0 | 4A | 26 | 15 | 14B | 3A | 32 |
| Octal | 312 | 65 | 175 | 0 | 112 | 46 | 25 | 513 | 72 | 62 |
| Binary | 11001010 | 110101 | 1111101 | 0 | 1001010 | 100110 | 10101 | 101001011 | 111010 | 110010 |
Color Harmonies of #CA357D
Complementary color
Monochromatic Colors of #CA357D
Black with #CA357D
Text Example
Text Example
White with #CA357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA357D; }
p { color: rgb(202,53,125); }
H1.HeaderClassName
{
color: #CA357D;
}
.AnyTagClassName
{
color: #CA357D;
}
</style>
background-color css
<style>
a { background-color: #CA357D; }
a { background-color: rgb(202,53,125); }
div.DivClassName
{
background-color: #CA357D;
}
.BgClassName
{
background-color: #CA357D;
}
</style>
border-color css
<style>
span { border-color: #CA357D; }
span { border-color: rgb(202,53,125); }
td.TdClassName
{
border-color: #CA357D;
}
.TagClassName
{
border-color: #CA357D;
}
</style>