Shades of Deep Cerise #CA357F
Tints of Deep Cerise #CA357F
RGB
CMYK
RGB Variations
Color information
#CA357F (or 0xCA357F) is known color: Deep Cerise. HEX triplet: CA, 35 and 7F. RGB value is (202,53,127). Sum of RGB (Red+Green+Blue) = 202+53+127=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357F is #35CA80. Grayscale: #696969. Windows color (decimal): -3525249 or 8336842. OLE color: 8336842.
HSL color Cylindrical-coordinate representation of color #CA357F: hue angle of 330.2º 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 #CA357F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 127 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.21 |
| HSL | 330.2º | 0.58% | 0.5% | - |
| HSV(B) | 330.2º | 0.74% | 0.79% | - |
| XYZ | 29.46 | 16.64 | 21.74 | - |
| YUV | 105.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 127 | 0 | 0.74 | 0.37 | 0.21 | 330.2 | 0.58 | 0.5 |
| Hex | CA | 35 | 7F | 0 | 4A | 25 | 15 | 14A | 3A | 32 |
| Octal | 312 | 65 | 177 | 0 | 112 | 45 | 25 | 512 | 72 | 62 |
| Binary | 11001010 | 110101 | 1111111 | 0 | 1001010 | 100101 | 10101 | 101001010 | 111010 | 110010 |
Color Harmonies of #CA357F
Complementary color
Monochromatic Colors of #CA357F
Black with #CA357F
Text Example
Text Example
White with #CA357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA357F; }
p { color: rgb(202,53,127); }
H1.HeaderClassName
{
color: #CA357F;
}
.AnyTagClassName
{
color: #CA357F;
}
</style>
background-color css
<style>
a { background-color: #CA357F; }
a { background-color: rgb(202,53,127); }
div.DivClassName
{
background-color: #CA357F;
}
.BgClassName
{
background-color: #CA357F;
}
</style>
border-color css
<style>
span { border-color: #CA357F; }
span { border-color: rgb(202,53,127); }
td.TdClassName
{
border-color: #CA357F;
}
.TagClassName
{
border-color: #CA357F;
}
</style>