Shades of Deep Cerise #CA317F
Tints of Deep Cerise #CA317F
RGB
CMYK
RGB Variations
Color information
#CA317F (or 0xCA317F) is known color: Deep Cerise. HEX triplet: CA, 31 and 7F. RGB value is (202,49,127). Sum of RGB (Red+Green+Blue) = 202+49+127=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA317F is #35CE80. Grayscale: #676767. Windows color (decimal): -3526273 or 8335818. OLE color: 8335818.
HSL color Cylindrical-coordinate representation of color #CA317F: hue angle of 329.41º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA317F is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 127 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.21 |
| HSL | 329.41º | 0.61% | 0.49% | - |
| HSV(B) | 329.41º | 0.76% | 0.79% | - |
| XYZ | 29.29 | 16.29 | 21.68 | - |
| YUV | 103.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 127 | 0 | 0.76 | 0.37 | 0.21 | 329.41 | 0.61 | 0.49 |
| Hex | CA | 31 | 7F | 0 | 4C | 25 | 15 | 149 | 3D | 31 |
| Octal | 312 | 61 | 177 | 0 | 114 | 45 | 25 | 511 | 75 | 61 |
| Binary | 11001010 | 110001 | 1111111 | 0 | 1001100 | 100101 | 10101 | 101001001 | 111101 | 110001 |
Color Harmonies of #CA317F
Complementary color
Monochromatic Colors of #CA317F
Black with #CA317F
Text Example
Text Example
White with #CA317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA317F; }
p { color: rgb(202,49,127); }
H1.HeaderClassName
{
color: #CA317F;
}
.AnyTagClassName
{
color: #CA317F;
}
</style>
background-color css
<style>
a { background-color: #CA317F; }
a { background-color: rgb(202,49,127); }
div.DivClassName
{
background-color: #CA317F;
}
.BgClassName
{
background-color: #CA317F;
}
</style>
border-color css
<style>
span { border-color: #CA317F; }
span { border-color: rgb(202,49,127); }
td.TdClassName
{
border-color: #CA317F;
}
.TagClassName
{
border-color: #CA317F;
}
</style>