Shades of Deep Cerise #CA3880
Tints of Deep Cerise #CA3880
RGB
CMYK
RGB Variations
Color information
#CA3880 (or 0xCA3880) is known color: Deep Cerise. HEX triplet: CA, 38 and 80. RGB value is (202,56,128). Sum of RGB (Red+Green+Blue) = 202+56+128=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3880 is #35C77F. Grayscale: #6B6B6B. Windows color (decimal): -3524480 or 8403146. OLE color: 8403146.
HSL color Cylindrical-coordinate representation of color #CA3880: hue angle of 330.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA3880 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 128 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.21 |
| HSL | 330.41º | 0.58% | 0.51% | - |
| HSV(B) | 330.41º | 0.72% | 0.79% | - |
| XYZ | 29.67 | 16.94 | 22.13 | - |
| YUV | 107.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 128 | 0 | 0.72 | 0.37 | 0.21 | 330.41 | 0.58 | 0.51 |
| Hex | CA | 38 | 80 | 0 | 48 | 25 | 15 | 14A | 3A | 33 |
| Octal | 312 | 70 | 200 | 0 | 110 | 45 | 25 | 512 | 72 | 63 |
| Binary | 11001010 | 111000 | 10000000 | 0 | 1001000 | 100101 | 10101 | 101001010 | 111010 | 110011 |
Color Harmonies of #CA3880
Complementary color
Monochromatic Colors of #CA3880
Black with #CA3880
Text Example
Text Example
White with #CA3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3880; }
p { color: rgb(202,56,128); }
H1.HeaderClassName
{
color: #CA3880;
}
.AnyTagClassName
{
color: #CA3880;
}
</style>
background-color css
<style>
a { background-color: #CA3880; }
a { background-color: rgb(202,56,128); }
div.DivClassName
{
background-color: #CA3880;
}
.BgClassName
{
background-color: #CA3880;
}
</style>
border-color css
<style>
span { border-color: #CA3880; }
span { border-color: rgb(202,56,128); }
td.TdClassName
{
border-color: #CA3880;
}
.TagClassName
{
border-color: #CA3880;
}
</style>