Shades of Deep Cerise #CA327D
Tints of Deep Cerise #CA327D
RGB
CMYK
RGB Variations
Color information
#CA327D (or 0xCA327D) is known color: Deep Cerise. HEX triplet: CA, 32 and 7D. RGB value is (202,50,125). Sum of RGB (Red+Green+Blue) = 202+50+125=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA327D is #35CD82. Grayscale: #676767. Windows color (decimal): -3526019 or 8205002. OLE color: 8205002.
HSL color Cylindrical-coordinate representation of color #CA327D: hue angle of 330.39º 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 #CA327D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 125 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.21 |
| HSL | 330.39º | 0.6% | 0.49% | - |
| HSV(B) | 330.39º | 0.75% | 0.79% | - |
| XYZ | 29.2 | 16.32 | 21.01 | - |
| YUV | 104 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 125 | 0 | 0.75 | 0.38 | 0.21 | 330.39 | 0.6 | 0.49 |
| Hex | CA | 32 | 7D | 0 | 4B | 26 | 15 | 14A | 3C | 31 |
| Octal | 312 | 62 | 175 | 0 | 113 | 46 | 25 | 512 | 74 | 61 |
| Binary | 11001010 | 110010 | 1111101 | 0 | 1001011 | 100110 | 10101 | 101001010 | 111100 | 110001 |
Color Harmonies of #CA327D
Complementary color
Monochromatic Colors of #CA327D
Black with #CA327D
Text Example
Text Example
White with #CA327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA327D; }
p { color: rgb(202,50,125); }
H1.HeaderClassName
{
color: #CA327D;
}
.AnyTagClassName
{
color: #CA327D;
}
</style>
background-color css
<style>
a { background-color: #CA327D; }
a { background-color: rgb(202,50,125); }
div.DivClassName
{
background-color: #CA327D;
}
.BgClassName
{
background-color: #CA327D;
}
</style>
border-color css
<style>
span { border-color: #CA327D; }
span { border-color: rgb(202,50,125); }
td.TdClassName
{
border-color: #CA327D;
}
.TagClassName
{
border-color: #CA327D;
}
</style>