Shades of Deep Cerise #CA3278
Tints of Deep Cerise #CA3278
RGB
CMYK
RGB Variations
Color information
#CA3278 (or 0xCA3278) is known color: Deep Cerise. HEX triplet: CA, 32 and 78. RGB value is (202,50,120). Sum of RGB (Red+Green+Blue) = 202+50+120=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3278 is #35CD87. Grayscale: #676767. Windows color (decimal): -3526024 or 7877322. OLE color: 7877322.
HSL color Cylindrical-coordinate representation of color #CA3278: hue angle of 332.37º 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 #CA3278 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 120 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.21 |
| HSL | 332.37º | 0.6% | 0.49% | - |
| HSV(B) | 332.37º | 0.75% | 0.79% | - |
| XYZ | 28.89 | 16.19 | 19.37 | - |
| YUV | 103.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 120 | 0 | 0.75 | 0.41 | 0.21 | 332.37 | 0.6 | 0.49 |
| Hex | CA | 32 | 78 | 0 | 4B | 29 | 15 | 14C | 3C | 31 |
| Octal | 312 | 62 | 170 | 0 | 113 | 51 | 25 | 514 | 74 | 61 |
| Binary | 11001010 | 110010 | 1111000 | 0 | 1001011 | 101001 | 10101 | 101001100 | 111100 | 110001 |
Color Harmonies of #CA3278
Complementary color
Monochromatic Colors of #CA3278
Black with #CA3278
Text Example
Text Example
White with #CA3278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3278; }
p { color: rgb(202,50,120); }
H1.HeaderClassName
{
color: #CA3278;
}
.AnyTagClassName
{
color: #CA3278;
}
</style>
background-color css
<style>
a { background-color: #CA3278; }
a { background-color: rgb(202,50,120); }
div.DivClassName
{
background-color: #CA3278;
}
.BgClassName
{
background-color: #CA3278;
}
</style>
border-color css
<style>
span { border-color: #CA3278; }
span { border-color: rgb(202,50,120); }
td.TdClassName
{
border-color: #CA3278;
}
.TagClassName
{
border-color: #CA3278;
}
</style>