Shades of Fuchsia #CD32B0
Tints of Fuchsia #CD32B0
RGB
CMYK
RGB Variations
Color information
#CD32B0 (or 0xCD32B0) is known color: Fuchsia. HEX triplet: CD, 32 and B0. RGB value is (205,50,176). Sum of RGB (Red+Green+Blue) = 205+50+176=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD32B0 is #32CD4F. Grayscale: #6E6E6E. Windows color (decimal): -3329360 or 11547341. OLE color: 11547341.
HSL color Cylindrical-coordinate representation of color #CD32B0: hue angle of 311.23º 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 #CD32B0 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 176 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.20 |
| HSL | 311.23º | 0.61% | 0.5% | - |
| HSV(B) | 311.23º | 0.76% | 0.8% | - |
| XYZ | 34.15 | 18.39 | 42.82 | - |
| YUV | 110.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 176 | 0 | 0.76 | 0.14 | 0.20 | 311.23 | 0.61 | 0.5 |
| Hex | CD | 32 | B0 | 0 | 4C | E | 14 | 137 | 3D | 32 |
| Octal | 315 | 62 | 260 | 0 | 114 | 16 | 24 | 467 | 75 | 62 |
| Binary | 11001101 | 110010 | 10110000 | 0 | 1001100 | 1110 | 10100 | 100110111 | 111101 | 110010 |
Color Harmonies of #CD32B0
Complementary color
Monochromatic Colors of #CD32B0
Black with #CD32B0
Text Example
Text Example
White with #CD32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32B0; }
p { color: rgb(205,50,176); }
H1.HeaderClassName
{
color: #CD32B0;
}
.AnyTagClassName
{
color: #CD32B0;
}
</style>
background-color css
<style>
a { background-color: #CD32B0; }
a { background-color: rgb(205,50,176); }
div.DivClassName
{
background-color: #CD32B0;
}
.BgClassName
{
background-color: #CD32B0;
}
</style>
border-color css
<style>
span { border-color: #CD32B0; }
span { border-color: rgb(205,50,176); }
td.TdClassName
{
border-color: #CD32B0;
}
.TagClassName
{
border-color: #CD32B0;
}
</style>