Shades of Cerise #CD3266
Tints of Cerise #CD3266
RGB
CMYK
RGB Variations
Color information
#CD3266 (or 0xCD3266) is known color: Cerise. HEX triplet: CD, 32 and 66. RGB value is (205,50,102). Sum of RGB (Red+Green+Blue) = 205+50+102=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3266 is #32CD99. Grayscale: #666666. Windows color (decimal): -3329434 or 6697677. OLE color: 6697677.
HSL color Cylindrical-coordinate representation of color #CD3266: hue angle of 339.87º 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 #CD3266 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 102 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.20 |
| HSL | 339.87º | 0.61% | 0.5% | - |
| HSV(B) | 339.87º | 0.76% | 0.8% | - |
| XYZ | 28.72 | 16.22 | 14.19 | - |
| YUV | 102.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 102 | 0 | 0.76 | 0.50 | 0.20 | 339.87 | 0.61 | 0.5 |
| Hex | CD | 32 | 66 | 0 | 4C | 32 | 14 | 154 | 3D | 32 |
| Octal | 315 | 62 | 146 | 0 | 114 | 62 | 24 | 524 | 75 | 62 |
| Binary | 11001101 | 110010 | 1100110 | 0 | 1001100 | 110010 | 10100 | 101010100 | 111101 | 110010 |
Color Harmonies of #CD3266
Complementary color
Monochromatic Colors of #CD3266
Black with #CD3266
Text Example
Text Example
White with #CD3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3266; }
p { color: rgb(205,50,102); }
H1.HeaderClassName
{
color: #CD3266;
}
.AnyTagClassName
{
color: #CD3266;
}
</style>
background-color css
<style>
a { background-color: #CD3266; }
a { background-color: rgb(205,50,102); }
div.DivClassName
{
background-color: #CD3266;
}
.BgClassName
{
background-color: #CD3266;
}
</style>
border-color css
<style>
span { border-color: #CD3266; }
span { border-color: rgb(205,50,102); }
td.TdClassName
{
border-color: #CD3266;
}
.TagClassName
{
border-color: #CD3266;
}
</style>