Shades of Fuchsia #CD32BD
Tints of Fuchsia #CD32BD
RGB
CMYK
RGB Variations
Color information
#CD32BD (or 0xCD32BD) is known color: Fuchsia. HEX triplet: CD, 32 and BD. RGB value is (205,50,189). Sum of RGB (Red+Green+Blue) = 205+50+189=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32BD is #32CD42. Grayscale: #6F6F6F. Windows color (decimal): -3329347 or 12399309. OLE color: 12399309.
HSL color Cylindrical-coordinate representation of color #CD32BD: hue angle of 306.19º 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 #CD32BD is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 189 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.20 |
| HSL | 306.19º | 0.61% | 0.5% | - |
| HSV(B) | 306.19º | 0.76% | 0.8% | - |
| XYZ | 35.5 | 18.93 | 49.93 | - |
| YUV | 112.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 189 | 0 | 0.76 | 0.08 | 0.20 | 306.19 | 0.61 | 0.5 |
| Hex | CD | 32 | BD | 0 | 4C | 8 | 14 | 132 | 3D | 32 |
| Octal | 315 | 62 | 275 | 0 | 114 | 10 | 24 | 462 | 75 | 62 |
| Binary | 11001101 | 110010 | 10111101 | 0 | 1001100 | 1000 | 10100 | 100110010 | 111101 | 110010 |
Color Harmonies of #CD32BD
Complementary color
Monochromatic Colors of #CD32BD
Black with #CD32BD
Text Example
Text Example
White with #CD32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32BD; }
p { color: rgb(205,50,189); }
H1.HeaderClassName
{
color: #CD32BD;
}
.AnyTagClassName
{
color: #CD32BD;
}
</style>
background-color css
<style>
a { background-color: #CD32BD; }
a { background-color: rgb(205,50,189); }
div.DivClassName
{
background-color: #CD32BD;
}
.BgClassName
{
background-color: #CD32BD;
}
</style>
border-color css
<style>
span { border-color: #CD32BD; }
span { border-color: rgb(205,50,189); }
td.TdClassName
{
border-color: #CD32BD;
}
.TagClassName
{
border-color: #CD32BD;
}
</style>