Shades of Deep Cerise #CA3680
Tints of Deep Cerise #CA3680
RGB
CMYK
RGB Variations
Color information
#CA3680 (or 0xCA3680) is known color: Deep Cerise. HEX triplet: CA, 36 and 80. RGB value is (202,54,128). Sum of RGB (Red+Green+Blue) = 202+54+128=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3680 is #35C97F. Grayscale: #6A6A6A. Windows color (decimal): -3524992 or 8402634. OLE color: 8402634.
HSL color Cylindrical-coordinate representation of color #CA3680: hue angle of 330º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3680 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 128 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.21 |
| HSL | 330º | 0.58% | 0.5% | - |
| HSV(B) | 330º | 0.73% | 0.79% | - |
| XYZ | 29.57 | 16.75 | 22.1 | - |
| YUV | 106.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 128 | 0 | 0.73 | 0.37 | 0.21 | 330 | 0.58 | 0.5 |
| Hex | CA | 36 | 80 | 0 | 49 | 25 | 15 | 14A | 3A | 32 |
| Octal | 312 | 66 | 200 | 0 | 111 | 45 | 25 | 512 | 72 | 62 |
| Binary | 11001010 | 110110 | 10000000 | 0 | 1001001 | 100101 | 10101 | 101001010 | 111010 | 110010 |
Color Harmonies of #CA3680
Complementary color
Monochromatic Colors of #CA3680
Black with #CA3680
Text Example
Text Example
White with #CA3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3680; }
p { color: rgb(202,54,128); }
H1.HeaderClassName
{
color: #CA3680;
}
.AnyTagClassName
{
color: #CA3680;
}
</style>
background-color css
<style>
a { background-color: #CA3680; }
a { background-color: rgb(202,54,128); }
div.DivClassName
{
background-color: #CA3680;
}
.BgClassName
{
background-color: #CA3680;
}
</style>
border-color css
<style>
span { border-color: #CA3680; }
span { border-color: rgb(202,54,128); }
td.TdClassName
{
border-color: #CA3680;
}
.TagClassName
{
border-color: #CA3680;
}
</style>