Shades of Cerise #CD3268
Tints of Cerise #CD3268
RGB
CMYK
RGB Variations
Color information
#CD3268 (or 0xCD3268) is known color: Cerise. HEX triplet: CD, 32 and 68. RGB value is (205,50,104). Sum of RGB (Red+Green+Blue) = 205+50+104=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3268 is #32CD97. Grayscale: #666666. Windows color (decimal): -3329432 or 6828749. OLE color: 6828749.
HSL color Cylindrical-coordinate representation of color #CD3268: hue angle of 339.1º 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 #CD3268 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 104 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.20 |
| HSL | 339.1º | 0.61% | 0.5% | - |
| HSV(B) | 339.1º | 0.76% | 0.8% | - |
| XYZ | 28.82 | 16.26 | 14.72 | - |
| YUV | 102.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 104 | 0 | 0.76 | 0.49 | 0.20 | 339.1 | 0.61 | 0.5 |
| Hex | CD | 32 | 68 | 0 | 4C | 31 | 14 | 153 | 3D | 32 |
| Octal | 315 | 62 | 150 | 0 | 114 | 61 | 24 | 523 | 75 | 62 |
| Binary | 11001101 | 110010 | 1101000 | 0 | 1001100 | 110001 | 10100 | 101010011 | 111101 | 110010 |
Color Harmonies of #CD3268
Complementary color
Monochromatic Colors of #CD3268
Black with #CD3268
Text Example
Text Example
White with #CD3268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3268; }
p { color: rgb(205,50,104); }
H1.HeaderClassName
{
color: #CD3268;
}
.AnyTagClassName
{
color: #CD3268;
}
</style>
background-color css
<style>
a { background-color: #CD3268; }
a { background-color: rgb(205,50,104); }
div.DivClassName
{
background-color: #CD3268;
}
.BgClassName
{
background-color: #CD3268;
}
</style>
border-color css
<style>
span { border-color: #CD3268; }
span { border-color: rgb(205,50,104); }
td.TdClassName
{
border-color: #CD3268;
}
.TagClassName
{
border-color: #CD3268;
}
</style>