Shades of Fuchsia #CD32B5
Tints of Fuchsia #CD32B5
RGB
CMYK
RGB Variations
Color information
#CD32B5 (or 0xCD32B5) is known color: Fuchsia. HEX triplet: CD, 32 and B5. RGB value is (205,50,181). Sum of RGB (Red+Green+Blue) = 205+50+181=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32B5 is #32CD4A. Grayscale: #6E6E6E. Windows color (decimal): -3329355 or 11875021. OLE color: 11875021.
HSL color Cylindrical-coordinate representation of color #CD32B5: hue angle of 309.29º 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 #CD32B5 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 181 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.20 |
| HSL | 309.29º | 0.61% | 0.5% | - |
| HSV(B) | 309.29º | 0.76% | 0.8% | - |
| XYZ | 34.66 | 18.6 | 45.48 | - |
| YUV | 111.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 181 | 0 | 0.76 | 0.12 | 0.20 | 309.29 | 0.61 | 0.5 |
| Hex | CD | 32 | B5 | 0 | 4C | C | 14 | 135 | 3D | 32 |
| Octal | 315 | 62 | 265 | 0 | 114 | 14 | 24 | 465 | 75 | 62 |
| Binary | 11001101 | 110010 | 10110101 | 0 | 1001100 | 1100 | 10100 | 100110101 | 111101 | 110010 |
Color Harmonies of #CD32B5
Complementary color
Monochromatic Colors of #CD32B5
Black with #CD32B5
Text Example
Text Example
White with #CD32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32B5; }
p { color: rgb(205,50,181); }
H1.HeaderClassName
{
color: #CD32B5;
}
.AnyTagClassName
{
color: #CD32B5;
}
</style>
background-color css
<style>
a { background-color: #CD32B5; }
a { background-color: rgb(205,50,181); }
div.DivClassName
{
background-color: #CD32B5;
}
.BgClassName
{
background-color: #CD32B5;
}
</style>
border-color css
<style>
span { border-color: #CD32B5; }
span { border-color: rgb(205,50,181); }
td.TdClassName
{
border-color: #CD32B5;
}
.TagClassName
{
border-color: #CD32B5;
}
</style>