Shades of Deep Cerise #CA327A
Tints of Deep Cerise #CA327A
RGB
CMYK
RGB Variations
Color information
#CA327A (or 0xCA327A) is known color: Deep Cerise. HEX triplet: CA, 32 and 7A. RGB value is (202,50,122). Sum of RGB (Red+Green+Blue) = 202+50+122=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA327A is #35CD85. Grayscale: #676767. Windows color (decimal): -3526022 or 8008394. OLE color: 8008394.
HSL color Cylindrical-coordinate representation of color #CA327A: hue angle of 331.58º 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 #CA327A is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.21 |
| HSL | 331.58º | 0.6% | 0.49% | - |
| HSV(B) | 331.58º | 0.75% | 0.79% | - |
| XYZ | 29.01 | 16.24 | 20.02 | - |
| YUV | 103.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 122 | 0 | 0.75 | 0.40 | 0.21 | 331.58 | 0.6 | 0.49 |
| Hex | CA | 32 | 7A | 0 | 4B | 28 | 15 | 14C | 3C | 31 |
| Octal | 312 | 62 | 172 | 0 | 113 | 50 | 25 | 514 | 74 | 61 |
| Binary | 11001010 | 110010 | 1111010 | 0 | 1001011 | 101000 | 10101 | 101001100 | 111100 | 110001 |
Color Harmonies of #CA327A
Complementary color
Monochromatic Colors of #CA327A
Black with #CA327A
Text Example
Text Example
White with #CA327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA327A; }
p { color: rgb(202,50,122); }
H1.HeaderClassName
{
color: #CA327A;
}
.AnyTagClassName
{
color: #CA327A;
}
</style>
background-color css
<style>
a { background-color: #CA327A; }
a { background-color: rgb(202,50,122); }
div.DivClassName
{
background-color: #CA327A;
}
.BgClassName
{
background-color: #CA327A;
}
</style>
border-color css
<style>
span { border-color: #CA327A; }
span { border-color: rgb(202,50,122); }
td.TdClassName
{
border-color: #CA327A;
}
.TagClassName
{
border-color: #CA327A;
}
</style>