Shades of Deep Cerise #CA3380
Tints of Deep Cerise #CA3380
RGB
CMYK
RGB Variations
Color information
#CA3380 (or 0xCA3380) is known color: Deep Cerise. HEX triplet: CA, 33 and 80. RGB value is (202,51,128). Sum of RGB (Red+Green+Blue) = 202+51+128=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3380 is #35CC7F. Grayscale: #686868. Windows color (decimal): -3525760 or 8401866. OLE color: 8401866.
HSL color Cylindrical-coordinate representation of color #CA3380: hue angle of 329.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3380 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 128 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.21 |
| HSL | 329.4º | 0.6% | 0.5% | - |
| HSV(B) | 329.4º | 0.75% | 0.79% | - |
| XYZ | 29.44 | 16.48 | 22.05 | - |
| YUV | 104.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 128 | 0 | 0.75 | 0.37 | 0.21 | 329.4 | 0.6 | 0.5 |
| Hex | CA | 33 | 80 | 0 | 4B | 25 | 15 | 149 | 3C | 32 |
| Octal | 312 | 63 | 200 | 0 | 113 | 45 | 25 | 511 | 74 | 62 |
| Binary | 11001010 | 110011 | 10000000 | 0 | 1001011 | 100101 | 10101 | 101001001 | 111100 | 110010 |
Color Harmonies of #CA3380
Complementary color
Monochromatic Colors of #CA3380
Black with #CA3380
Text Example
Text Example
White with #CA3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3380; }
p { color: rgb(202,51,128); }
H1.HeaderClassName
{
color: #CA3380;
}
.AnyTagClassName
{
color: #CA3380;
}
</style>
background-color css
<style>
a { background-color: #CA3380; }
a { background-color: rgb(202,51,128); }
div.DivClassName
{
background-color: #CA3380;
}
.BgClassName
{
background-color: #CA3380;
}
</style>
border-color css
<style>
span { border-color: #CA3380; }
span { border-color: rgb(202,51,128); }
td.TdClassName
{
border-color: #CA3380;
}
.TagClassName
{
border-color: #CA3380;
}
</style>