Shades of Deep Cerise #CA357A
Tints of Deep Cerise #CA357A
RGB
CMYK
RGB Variations
Color information
#CA357A (or 0xCA357A) is known color: Deep Cerise. HEX triplet: CA, 35 and 7A. RGB value is (202,53,122). Sum of RGB (Red+Green+Blue) = 202+53+122=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357A is #35CA85. Grayscale: #696969. Windows color (decimal): -3525254 or 8009162. OLE color: 8009162.
HSL color Cylindrical-coordinate representation of color #CA357A: hue angle of 332.21º 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 #CA357A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 122 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.21 |
| HSL | 332.21º | 0.58% | 0.5% | - |
| HSV(B) | 332.21º | 0.74% | 0.79% | - |
| XYZ | 29.14 | 16.51 | 20.06 | - |
| YUV | 105.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 122 | 0 | 0.74 | 0.40 | 0.21 | 332.21 | 0.58 | 0.5 |
| Hex | CA | 35 | 7A | 0 | 4A | 28 | 15 | 14C | 3A | 32 |
| Octal | 312 | 65 | 172 | 0 | 112 | 50 | 25 | 514 | 72 | 62 |
| Binary | 11001010 | 110101 | 1111010 | 0 | 1001010 | 101000 | 10101 | 101001100 | 111010 | 110010 |
Color Harmonies of #CA357A
Complementary color
Monochromatic Colors of #CA357A
Black with #CA357A
Text Example
Text Example
White with #CA357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA357A; }
p { color: rgb(202,53,122); }
H1.HeaderClassName
{
color: #CA357A;
}
.AnyTagClassName
{
color: #CA357A;
}
</style>
background-color css
<style>
a { background-color: #CA357A; }
a { background-color: rgb(202,53,122); }
div.DivClassName
{
background-color: #CA357A;
}
.BgClassName
{
background-color: #CA357A;
}
</style>
border-color css
<style>
span { border-color: #CA357A; }
span { border-color: rgb(202,53,122); }
td.TdClassName
{
border-color: #CA357A;
}
.TagClassName
{
border-color: #CA357A;
}
</style>