Shades of Cerise #CA315F
Tints of Cerise #CA315F
RGB
CMYK
RGB Variations
Color information
#CA315F (or 0xCA315F) is known color: Cerise. HEX triplet: CA, 31 and 5F. RGB value is (202,49,95). Sum of RGB (Red+Green+Blue) = 202+49+95=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA315F is #35CEA0. Grayscale: #636363. Windows color (decimal): -3526305 or 6238666. OLE color: 6238666.
HSL color Cylindrical-coordinate representation of color #CA315F: hue angle of 341.96º 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 #CA315F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 95 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.21 |
| HSL | 341.96º | 0.61% | 0.49% | - |
| HSV(B) | 341.96º | 0.76% | 0.79% | - |
| XYZ | 27.52 | 15.58 | 12.38 | - |
| YUV | 99.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 95 | 0 | 0.76 | 0.53 | 0.21 | 341.96 | 0.61 | 0.49 |
| Hex | CA | 31 | 5F | 0 | 4C | 35 | 15 | 156 | 3D | 31 |
| Octal | 312 | 61 | 137 | 0 | 114 | 65 | 25 | 526 | 75 | 61 |
| Binary | 11001010 | 110001 | 1011111 | 0 | 1001100 | 110101 | 10101 | 101010110 | 111101 | 110001 |
Color Harmonies of #CA315F
Complementary color
Monochromatic Colors of #CA315F
Black with #CA315F
Text Example
Text Example
White with #CA315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA315F; }
p { color: rgb(202,49,95); }
H1.HeaderClassName
{
color: #CA315F;
}
.AnyTagClassName
{
color: #CA315F;
}
</style>
background-color css
<style>
a { background-color: #CA315F; }
a { background-color: rgb(202,49,95); }
div.DivClassName
{
background-color: #CA315F;
}
.BgClassName
{
background-color: #CA315F;
}
</style>
border-color css
<style>
span { border-color: #CA315F; }
span { border-color: rgb(202,49,95); }
td.TdClassName
{
border-color: #CA315F;
}
.TagClassName
{
border-color: #CA315F;
}
</style>