Shades of Deep Cerise #CA327F
Tints of Deep Cerise #CA327F
RGB
CMYK
RGB Variations
Color information
#CA327F (or 0xCA327F) is known color: Deep Cerise. HEX triplet: CA, 32 and 7F. RGB value is (202,50,127). Sum of RGB (Red+Green+Blue) = 202+50+127=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA327F is #35CD80. Grayscale: #686868. Windows color (decimal): -3526017 or 8336074. OLE color: 8336074.
HSL color Cylindrical-coordinate representation of color #CA327F: hue angle of 329.61º 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 #CA327F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 127 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.21 |
| HSL | 329.61º | 0.6% | 0.49% | - |
| HSV(B) | 329.61º | 0.75% | 0.79% | - |
| XYZ | 29.33 | 16.37 | 21.69 | - |
| YUV | 104.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 127 | 0 | 0.75 | 0.37 | 0.21 | 329.61 | 0.6 | 0.49 |
| Hex | CA | 32 | 7F | 0 | 4B | 25 | 15 | 14A | 3C | 31 |
| Octal | 312 | 62 | 177 | 0 | 113 | 45 | 25 | 512 | 74 | 61 |
| Binary | 11001010 | 110010 | 1111111 | 0 | 1001011 | 100101 | 10101 | 101001010 | 111100 | 110001 |
Color Harmonies of #CA327F
Complementary color
Monochromatic Colors of #CA327F
Black with #CA327F
Text Example
Text Example
White with #CA327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA327F; }
p { color: rgb(202,50,127); }
H1.HeaderClassName
{
color: #CA327F;
}
.AnyTagClassName
{
color: #CA327F;
}
</style>
background-color css
<style>
a { background-color: #CA327F; }
a { background-color: rgb(202,50,127); }
div.DivClassName
{
background-color: #CA327F;
}
.BgClassName
{
background-color: #CA327F;
}
</style>
border-color css
<style>
span { border-color: #CA327F; }
span { border-color: rgb(202,50,127); }
td.TdClassName
{
border-color: #CA327F;
}
.TagClassName
{
border-color: #CA327F;
}
</style>