Shades of Deep Cerise #CA327C
Tints of Deep Cerise #CA327C
RGB
CMYK
RGB Variations
Color information
#CA327C (or 0xCA327C) is known color: Deep Cerise. HEX triplet: CA, 32 and 7C. RGB value is (202,50,124). Sum of RGB (Red+Green+Blue) = 202+50+124=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA327C is #35CD83. Grayscale: #676767. Windows color (decimal): -3526020 or 8139466. OLE color: 8139466.
HSL color Cylindrical-coordinate representation of color #CA327C: hue angle of 330.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA327C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 124 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.21 |
| HSL | 330.79º | 0.6% | 0.49% | - |
| HSV(B) | 330.79º | 0.75% | 0.79% | - |
| XYZ | 29.14 | 16.29 | 20.68 | - |
| YUV | 103.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 124 | 0 | 0.75 | 0.39 | 0.21 | 330.79 | 0.6 | 0.49 |
| Hex | CA | 32 | 7C | 0 | 4B | 27 | 15 | 14B | 3C | 31 |
| Octal | 312 | 62 | 174 | 0 | 113 | 47 | 25 | 513 | 74 | 61 |
| Binary | 11001010 | 110010 | 1111100 | 0 | 1001011 | 100111 | 10101 | 101001011 | 111100 | 110001 |
Color Harmonies of #CA327C
Complementary color
Monochromatic Colors of #CA327C
Black with #CA327C
Text Example
Text Example
White with #CA327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA327C; }
p { color: rgb(202,50,124); }
H1.HeaderClassName
{
color: #CA327C;
}
.AnyTagClassName
{
color: #CA327C;
}
</style>
background-color css
<style>
a { background-color: #CA327C; }
a { background-color: rgb(202,50,124); }
div.DivClassName
{
background-color: #CA327C;
}
.BgClassName
{
background-color: #CA327C;
}
</style>
border-color css
<style>
span { border-color: #CA327C; }
span { border-color: rgb(202,50,124); }
td.TdClassName
{
border-color: #CA327C;
}
.TagClassName
{
border-color: #CA327C;
}
</style>