Shades of Cerise #CD3168
Tints of Cerise #CD3168
RGB
CMYK
RGB Variations
Color information
#CD3168 (or 0xCD3168) is known color: Cerise. HEX triplet: CD, 31 and 68. RGB value is (205,49,104). Sum of RGB (Red+Green+Blue) = 205+49+104=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3168 is #32CE97. Grayscale: #656565. Windows color (decimal): -3329688 or 6828493. OLE color: 6828493.
HSL color Cylindrical-coordinate representation of color #CD3168: hue angle of 338.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3168 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 104 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.20 |
| HSL | 338.85º | 0.61% | 0.5% | - |
| HSV(B) | 338.85º | 0.76% | 0.8% | - |
| XYZ | 28.77 | 16.18 | 14.7 | - |
| YUV | 101.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 104 | 0 | 0.76 | 0.49 | 0.20 | 338.85 | 0.61 | 0.5 |
| Hex | CD | 31 | 68 | 0 | 4C | 31 | 14 | 153 | 3D | 32 |
| Octal | 315 | 61 | 150 | 0 | 114 | 61 | 24 | 523 | 75 | 62 |
| Binary | 11001101 | 110001 | 1101000 | 0 | 1001100 | 110001 | 10100 | 101010011 | 111101 | 110010 |
Color Harmonies of #CD3168
Complementary color
Monochromatic Colors of #CD3168
Black with #CD3168
Text Example
Text Example
White with #CD3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3168; }
p { color: rgb(205,49,104); }
H1.HeaderClassName
{
color: #CD3168;
}
.AnyTagClassName
{
color: #CD3168;
}
</style>
background-color css
<style>
a { background-color: #CD3168; }
a { background-color: rgb(205,49,104); }
div.DivClassName
{
background-color: #CD3168;
}
.BgClassName
{
background-color: #CD3168;
}
</style>
border-color css
<style>
span { border-color: #CD3168; }
span { border-color: rgb(205,49,104); }
td.TdClassName
{
border-color: #CD3168;
}
.TagClassName
{
border-color: #CD3168;
}
</style>