Shades of Deep Cerise #CA3883
Tints of Deep Cerise #CA3883
RGB
CMYK
RGB Variations
Color information
#CA3883 (or 0xCA3883) is known color: Deep Cerise. HEX triplet: CA, 38 and 83. RGB value is (202,56,131). Sum of RGB (Red+Green+Blue) = 202+56+131=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3883 is #35C77C. Grayscale: #6C6C6C. Windows color (decimal): -3524477 or 8599754. OLE color: 8599754.
HSL color Cylindrical-coordinate representation of color #CA3883: hue angle of 329.18º 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 #CA3883 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 131 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.21 |
| HSL | 329.18º | 0.58% | 0.51% | - |
| HSV(B) | 329.18º | 0.72% | 0.79% | - |
| XYZ | 29.87 | 17.02 | 23.18 | - |
| YUV | 108.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 131 | 0 | 0.72 | 0.35 | 0.21 | 329.18 | 0.58 | 0.51 |
| Hex | CA | 38 | 83 | 0 | 48 | 23 | 15 | 149 | 3A | 33 |
| Octal | 312 | 70 | 203 | 0 | 110 | 43 | 25 | 511 | 72 | 63 |
| Binary | 11001010 | 111000 | 10000011 | 0 | 1001000 | 100011 | 10101 | 101001001 | 111010 | 110011 |
Color Harmonies of #CA3883
Complementary color
Monochromatic Colors of #CA3883
Black with #CA3883
Text Example
Text Example
White with #CA3883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3883; }
p { color: rgb(202,56,131); }
H1.HeaderClassName
{
color: #CA3883;
}
.AnyTagClassName
{
color: #CA3883;
}
</style>
background-color css
<style>
a { background-color: #CA3883; }
a { background-color: rgb(202,56,131); }
div.DivClassName
{
background-color: #CA3883;
}
.BgClassName
{
background-color: #CA3883;
}
</style>
border-color css
<style>
span { border-color: #CA3883; }
span { border-color: rgb(202,56,131); }
td.TdClassName
{
border-color: #CA3883;
}
.TagClassName
{
border-color: #CA3883;
}
</style>