Shades of Cerise #CA315D
Tints of Cerise #CA315D
RGB
CMYK
RGB Variations
Color information
#CA315D (or 0xCA315D) is known color: Cerise. HEX triplet: CA, 31 and 5D. RGB value is (202,49,93). Sum of RGB (Red+Green+Blue) = 202+49+93=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA315D is #35CEA2. Grayscale: #636363. Windows color (decimal): -3526307 or 6107594. OLE color: 6107594.
HSL color Cylindrical-coordinate representation of color #CA315D: hue angle of 342.75º 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 #CA315D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 93 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.21 |
| HSL | 342.75º | 0.61% | 0.49% | - |
| HSV(B) | 342.75º | 0.76% | 0.79% | - |
| XYZ | 27.43 | 15.54 | 11.91 | - |
| YUV | 99.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 93 | 0 | 0.76 | 0.54 | 0.21 | 342.75 | 0.61 | 0.49 |
| Hex | CA | 31 | 5D | 0 | 4C | 36 | 15 | 157 | 3D | 31 |
| Octal | 312 | 61 | 135 | 0 | 114 | 66 | 25 | 527 | 75 | 61 |
| Binary | 11001010 | 110001 | 1011101 | 0 | 1001100 | 110110 | 10101 | 101010111 | 111101 | 110001 |
Color Harmonies of #CA315D
Complementary color
Monochromatic Colors of #CA315D
Black with #CA315D
Text Example
Text Example
White with #CA315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA315D; }
p { color: rgb(202,49,93); }
H1.HeaderClassName
{
color: #CA315D;
}
.AnyTagClassName
{
color: #CA315D;
}
</style>
background-color css
<style>
a { background-color: #CA315D; }
a { background-color: rgb(202,49,93); }
div.DivClassName
{
background-color: #CA315D;
}
.BgClassName
{
background-color: #CA315D;
}
</style>
border-color css
<style>
span { border-color: #CA315D; }
span { border-color: rgb(202,49,93); }
td.TdClassName
{
border-color: #CA315D;
}
.TagClassName
{
border-color: #CA315D;
}
</style>