Shades of Fuchsia #CD32CE
Tints of Fuchsia #CD32CE
RGB
CMYK
RGB Variations
Color information
#CD32CE (or 0xCD32CE) is known color: Fuchsia. HEX triplet: CD, 32 and CE. RGB value is (205,50,206). Sum of RGB (Red+Green+Blue) = 205+50+206=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32CE is #32CD31. Grayscale: #717171. Windows color (decimal): -3329330 or 13513421. OLE color: 13513421.
HSL color Cylindrical-coordinate representation of color #CD32CE: hue angle of 299.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD32CE is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 50 | 206 | - |
| CMYK | 0.00 | 0.76 | 0 | 0.19 |
| HSL | 299.62º | 0.61% | 0.5% | - |
| HSV(B) | 299.62º | 0.76% | 0.81% | - |
| XYZ | 37.46 | 19.72 | 60.22 | - |
| YUV | 114.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 206 | 0.00 | 0.76 | 0 | 0.19 | 299.62 | 0.61 | 0.5 |
| Hex | CD | 32 | CE | 0 | 4C | 0 | 13 | 12C | 3D | 32 |
| Octal | 315 | 62 | 316 | 0 | 114 | 0 | 23 | 454 | 75 | 62 |
| Binary | 11001101 | 110010 | 11001110 | 0 | 1001100 | 0 | 10011 | 100101100 | 111101 | 110010 |
Color Harmonies of #CD32CE
Complementary color
Monochromatic Colors of #CD32CE
Black with #CD32CE
Text Example
Text Example
White with #CD32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32CE; }
p { color: rgb(205,50,206); }
H1.HeaderClassName
{
color: #CD32CE;
}
.AnyTagClassName
{
color: #CD32CE;
}
</style>
background-color css
<style>
a { background-color: #CD32CE; }
a { background-color: rgb(205,50,206); }
div.DivClassName
{
background-color: #CD32CE;
}
.BgClassName
{
background-color: #CD32CE;
}
</style>
border-color css
<style>
span { border-color: #CD32CE; }
span { border-color: rgb(205,50,206); }
td.TdClassName
{
border-color: #CD32CE;
}
.TagClassName
{
border-color: #CD32CE;
}
</style>