Shades of Deep Cerise #CA357B
Tints of Deep Cerise #CA357B
RGB
CMYK
RGB Variations
Color information
#CA357B (or 0xCA357B) is known color: Deep Cerise. HEX triplet: CA, 35 and 7B. RGB value is (202,53,123). Sum of RGB (Red+Green+Blue) = 202+53+123=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357B is #35CA84. Grayscale: #696969. Windows color (decimal): -3525253 or 8074698. OLE color: 8074698.
HSL color Cylindrical-coordinate representation of color #CA357B: hue angle of 331.81º 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 #CA357B is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 123 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.21 |
| HSL | 331.81º | 0.58% | 0.5% | - |
| HSV(B) | 331.81º | 0.74% | 0.79% | - |
| XYZ | 29.21 | 16.53 | 20.39 | - |
| YUV | 105.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 123 | 0 | 0.74 | 0.39 | 0.21 | 331.81 | 0.58 | 0.5 |
| Hex | CA | 35 | 7B | 0 | 4A | 27 | 15 | 14C | 3A | 32 |
| Octal | 312 | 65 | 173 | 0 | 112 | 47 | 25 | 514 | 72 | 62 |
| Binary | 11001010 | 110101 | 1111011 | 0 | 1001010 | 100111 | 10101 | 101001100 | 111010 | 110010 |
Color Harmonies of #CA357B
Complementary color
Monochromatic Colors of #CA357B
Black with #CA357B
Text Example
Text Example
White with #CA357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA357B; }
p { color: rgb(202,53,123); }
H1.HeaderClassName
{
color: #CA357B;
}
.AnyTagClassName
{
color: #CA357B;
}
</style>
background-color css
<style>
a { background-color: #CA357B; }
a { background-color: rgb(202,53,123); }
div.DivClassName
{
background-color: #CA357B;
}
.BgClassName
{
background-color: #CA357B;
}
</style>
border-color css
<style>
span { border-color: #CA357B; }
span { border-color: rgb(202,53,123); }
td.TdClassName
{
border-color: #CA357B;
}
.TagClassName
{
border-color: #CA357B;
}
</style>