Shades of Deep Cerise #CA3673
Tints of Deep Cerise #CA3673
RGB
CMYK
RGB Variations
Color information
#CA3673 (or 0xCA3673) is known color: Deep Cerise. HEX triplet: CA, 36 and 73. RGB value is (202,54,115). Sum of RGB (Red+Green+Blue) = 202+54+115=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3673 is #35C98C. Grayscale: #696969. Windows color (decimal): -3525005 or 7550666. OLE color: 7550666.
HSL color Cylindrical-coordinate representation of color #CA3673: hue angle of 335.27º 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 #CA3673 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 115 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.21 |
| HSL | 335.27º | 0.58% | 0.5% | - |
| HSV(B) | 335.27º | 0.73% | 0.79% | - |
| XYZ | 28.77 | 16.43 | 17.88 | - |
| YUV | 105.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 115 | 0 | 0.73 | 0.43 | 0.21 | 335.27 | 0.58 | 0.5 |
| Hex | CA | 36 | 73 | 0 | 49 | 2B | 15 | 14F | 3A | 32 |
| Octal | 312 | 66 | 163 | 0 | 111 | 53 | 25 | 517 | 72 | 62 |
| Binary | 11001010 | 110110 | 1110011 | 0 | 1001001 | 101011 | 10101 | 101001111 | 111010 | 110010 |
Color Harmonies of #CA3673
Complementary color
Monochromatic Colors of #CA3673
Black with #CA3673
Text Example
Text Example
White with #CA3673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3673; }
p { color: rgb(202,54,115); }
H1.HeaderClassName
{
color: #CA3673;
}
.AnyTagClassName
{
color: #CA3673;
}
</style>
background-color css
<style>
a { background-color: #CA3673; }
a { background-color: rgb(202,54,115); }
div.DivClassName
{
background-color: #CA3673;
}
.BgClassName
{
background-color: #CA3673;
}
</style>
border-color css
<style>
span { border-color: #CA3673; }
span { border-color: rgb(202,54,115); }
td.TdClassName
{
border-color: #CA3673;
}
.TagClassName
{
border-color: #CA3673;
}
</style>