Shades of Fuchsia #CD32B1
Tints of Fuchsia #CD32B1
RGB
CMYK
RGB Variations
Color information
#CD32B1 (or 0xCD32B1) is known color: Fuchsia. HEX triplet: CD, 32 and B1. RGB value is (205,50,177). Sum of RGB (Red+Green+Blue) = 205+50+177=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32B1 is #32CD4E. Grayscale: #6E6E6E. Windows color (decimal): -3329359 or 11612877. OLE color: 11612877.
HSL color Cylindrical-coordinate representation of color #CD32B1: hue angle of 310.84º 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 #CD32B1 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 177 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.20 |
| HSL | 310.84º | 0.61% | 0.5% | - |
| HSV(B) | 310.84º | 0.76% | 0.8% | - |
| XYZ | 34.25 | 18.43 | 43.35 | - |
| YUV | 110.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 177 | 0 | 0.76 | 0.14 | 0.20 | 310.84 | 0.61 | 0.5 |
| Hex | CD | 32 | B1 | 0 | 4C | E | 14 | 137 | 3D | 32 |
| Octal | 315 | 62 | 261 | 0 | 114 | 16 | 24 | 467 | 75 | 62 |
| Binary | 11001101 | 110010 | 10110001 | 0 | 1001100 | 1110 | 10100 | 100110111 | 111101 | 110010 |
Color Harmonies of #CD32B1
Complementary color
Monochromatic Colors of #CD32B1
Black with #CD32B1
Text Example
Text Example
White with #CD32B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32B1; }
p { color: rgb(205,50,177); }
H1.HeaderClassName
{
color: #CD32B1;
}
.AnyTagClassName
{
color: #CD32B1;
}
</style>
background-color css
<style>
a { background-color: #CD32B1; }
a { background-color: rgb(205,50,177); }
div.DivClassName
{
background-color: #CD32B1;
}
.BgClassName
{
background-color: #CD32B1;
}
</style>
border-color css
<style>
span { border-color: #CD32B1; }
span { border-color: rgb(205,50,177); }
td.TdClassName
{
border-color: #CD32B1;
}
.TagClassName
{
border-color: #CD32B1;
}
</style>