Shades of Fuchsia #CD32BF
Tints of Fuchsia #CD32BF
RGB
CMYK
RGB Variations
Color information
#CD32BF (or 0xCD32BF) is known color: Fuchsia. HEX triplet: CD, 32 and BF. RGB value is (205,50,191). Sum of RGB (Red+Green+Blue) = 205+50+191=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32BF is #32CD40. Grayscale: #707070. Windows color (decimal): -3329345 or 12530381. OLE color: 12530381.
HSL color Cylindrical-coordinate representation of color #CD32BF: hue angle of 305.42º 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 #CD32BF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 191 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.20 |
| HSL | 305.42º | 0.61% | 0.5% | - |
| HSV(B) | 305.42º | 0.76% | 0.8% | - |
| XYZ | 35.72 | 19.02 | 51.08 | - |
| YUV | 112.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 191 | 0 | 0.76 | 0.07 | 0.20 | 305.42 | 0.61 | 0.5 |
| Hex | CD | 32 | BF | 0 | 4C | 7 | 14 | 131 | 3D | 32 |
| Octal | 315 | 62 | 277 | 0 | 114 | 7 | 24 | 461 | 75 | 62 |
| Binary | 11001101 | 110010 | 10111111 | 0 | 1001100 | 111 | 10100 | 100110001 | 111101 | 110010 |
Color Harmonies of #CD32BF
Complementary color
Monochromatic Colors of #CD32BF
Black with #CD32BF
Text Example
Text Example
White with #CD32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32BF; }
p { color: rgb(205,50,191); }
H1.HeaderClassName
{
color: #CD32BF;
}
.AnyTagClassName
{
color: #CD32BF;
}
</style>
background-color css
<style>
a { background-color: #CD32BF; }
a { background-color: rgb(205,50,191); }
div.DivClassName
{
background-color: #CD32BF;
}
.BgClassName
{
background-color: #CD32BF;
}
</style>
border-color css
<style>
span { border-color: #CD32BF; }
span { border-color: rgb(205,50,191); }
td.TdClassName
{
border-color: #CD32BF;
}
.TagClassName
{
border-color: #CD32BF;
}
</style>