Shades of Cerise #CD3663
Tints of Cerise #CD3663
RGB
CMYK
RGB Variations
Color information
#CD3663 (or 0xCD3663) is known color: Cerise. HEX triplet: CD, 36 and 63. RGB value is (205,54,99). Sum of RGB (Red+Green+Blue) = 205+54+99=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3663 is #32C99C. Grayscale: #686868. Windows color (decimal): -3328413 or 6502093. OLE color: 6502093.
HSL color Cylindrical-coordinate representation of color #CD3663: hue angle of 342.12º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3663 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 99 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.20 |
| HSL | 342.12º | 0.6% | 0.51% | - |
| HSV(B) | 342.12º | 0.74% | 0.8% | - |
| XYZ | 28.75 | 16.52 | 13.48 | - |
| YUV | 104.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 99 | 0 | 0.74 | 0.52 | 0.20 | 342.12 | 0.6 | 0.51 |
| Hex | CD | 36 | 63 | 0 | 4A | 34 | 14 | 156 | 3C | 33 |
| Octal | 315 | 66 | 143 | 0 | 112 | 64 | 24 | 526 | 74 | 63 |
| Binary | 11001101 | 110110 | 1100011 | 0 | 1001010 | 110100 | 10100 | 101010110 | 111100 | 110011 |
Color Harmonies of #CD3663
Complementary color
Monochromatic Colors of #CD3663
Black with #CD3663
Text Example
Text Example
White with #CD3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3663; }
p { color: rgb(205,54,99); }
H1.HeaderClassName
{
color: #CD3663;
}
.AnyTagClassName
{
color: #CD3663;
}
</style>
background-color css
<style>
a { background-color: #CD3663; }
a { background-color: rgb(205,54,99); }
div.DivClassName
{
background-color: #CD3663;
}
.BgClassName
{
background-color: #CD3663;
}
</style>
border-color css
<style>
span { border-color: #CD3663; }
span { border-color: rgb(205,54,99); }
td.TdClassName
{
border-color: #CD3663;
}
.TagClassName
{
border-color: #CD3663;
}
</style>