Shades of Cerise #CA3363
Tints of Cerise #CA3363
RGB
CMYK
RGB Variations
Color information
#CA3363 (or 0xCA3363) is known color: Cerise. HEX triplet: CA, 33 and 63. RGB value is (202,51,99). Sum of RGB (Red+Green+Blue) = 202+51+99=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3363 is #35CC9C. Grayscale: #656565. Windows color (decimal): -3525789 or 6501322. OLE color: 6501322.
HSL color Cylindrical-coordinate representation of color #CA3363: hue angle of 340.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3363 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 99 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.21 |
| HSL | 340.93º | 0.6% | 0.5% | - |
| HSV(B) | 340.93º | 0.75% | 0.79% | - |
| XYZ | 27.79 | 15.83 | 13.39 | - |
| YUV | 101.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 99 | 0 | 0.75 | 0.51 | 0.21 | 340.93 | 0.6 | 0.5 |
| Hex | CA | 33 | 63 | 0 | 4B | 33 | 15 | 155 | 3C | 32 |
| Octal | 312 | 63 | 143 | 0 | 113 | 63 | 25 | 525 | 74 | 62 |
| Binary | 11001010 | 110011 | 1100011 | 0 | 1001011 | 110011 | 10101 | 101010101 | 111100 | 110010 |
Color Harmonies of #CA3363
Complementary color
Monochromatic Colors of #CA3363
Black with #CA3363
Text Example
Text Example
White with #CA3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3363; }
p { color: rgb(202,51,99); }
H1.HeaderClassName
{
color: #CA3363;
}
.AnyTagClassName
{
color: #CA3363;
}
</style>
background-color css
<style>
a { background-color: #CA3363; }
a { background-color: rgb(202,51,99); }
div.DivClassName
{
background-color: #CA3363;
}
.BgClassName
{
background-color: #CA3363;
}
</style>
border-color css
<style>
span { border-color: #CA3363; }
span { border-color: rgb(202,51,99); }
td.TdClassName
{
border-color: #CA3363;
}
.TagClassName
{
border-color: #CA3363;
}
</style>