Shades of Cerise #CD2168
Tints of Cerise #CD2168
RGB
CMYK
RGB Variations
Color information
#CD2168 (or 0xCD2168) is known color: Cerise. HEX triplet: CD, 21 and 68. RGB value is (205,33,104). Sum of RGB (Red+Green+Blue) = 205+33+104=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2168 is #32DE97. Grayscale: #5C5C5C. Windows color (decimal): -3333784 or 6824397. OLE color: 6824397.
HSL color Cylindrical-coordinate representation of color #CD2168: hue angle of 335.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2168 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 104 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.20 |
| HSL | 335.23º | 0.72% | 0.47% | - |
| HSV(B) | 335.23º | 0.84% | 0.8% | - |
| XYZ | 28.22 | 15.07 | 14.52 | - |
| YUV | 92.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 104 | 0 | 0.84 | 0.49 | 0.20 | 335.23 | 0.72 | 0.47 |
| Hex | CD | 21 | 68 | 0 | 54 | 31 | 14 | 14F | 48 | 2F |
| Octal | 315 | 41 | 150 | 0 | 124 | 61 | 24 | 517 | 110 | 57 |
| Binary | 11001101 | 100001 | 1101000 | 0 | 1010100 | 110001 | 10100 | 101001111 | 1001000 | 101111 |
Color Harmonies of #CD2168
Complementary color
Monochromatic Colors of #CD2168
Black with #CD2168
Text Example
Text Example
White with #CD2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2168; }
p { color: rgb(205,33,104); }
H1.HeaderClassName
{
color: #CD2168;
}
.AnyTagClassName
{
color: #CD2168;
}
</style>
background-color css
<style>
a { background-color: #CD2168; }
a { background-color: rgb(205,33,104); }
div.DivClassName
{
background-color: #CD2168;
}
.BgClassName
{
background-color: #CD2168;
}
</style>
border-color css
<style>
span { border-color: #CD2168; }
span { border-color: rgb(205,33,104); }
td.TdClassName
{
border-color: #CD2168;
}
.TagClassName
{
border-color: #CD2168;
}
</style>