Shades of Fuchsia #CD32BA
Tints of Fuchsia #CD32BA
RGB
CMYK
RGB Variations
Color information
#CD32BA (or 0xCD32BA) is known color: Fuchsia. HEX triplet: CD, 32 and BA. RGB value is (205,50,186). Sum of RGB (Red+Green+Blue) = 205+50+186=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32BA is #32CD45. Grayscale: #6F6F6F. Windows color (decimal): -3329350 or 12202701. OLE color: 12202701.
HSL color Cylindrical-coordinate representation of color #CD32BA: hue angle of 307.35º 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 #CD32BA is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 186 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.20 |
| HSL | 307.35º | 0.61% | 0.5% | - |
| HSV(B) | 307.35º | 0.76% | 0.8% | - |
| XYZ | 35.18 | 18.81 | 48.23 | - |
| YUV | 111.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 186 | 0 | 0.76 | 0.09 | 0.20 | 307.35 | 0.61 | 0.5 |
| Hex | CD | 32 | BA | 0 | 4C | 9 | 14 | 133 | 3D | 32 |
| Octal | 315 | 62 | 272 | 0 | 114 | 11 | 24 | 463 | 75 | 62 |
| Binary | 11001101 | 110010 | 10111010 | 0 | 1001100 | 1001 | 10100 | 100110011 | 111101 | 110010 |
Color Harmonies of #CD32BA
Complementary color
Monochromatic Colors of #CD32BA
Black with #CD32BA
Text Example
Text Example
White with #CD32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32BA; }
p { color: rgb(205,50,186); }
H1.HeaderClassName
{
color: #CD32BA;
}
.AnyTagClassName
{
color: #CD32BA;
}
</style>
background-color css
<style>
a { background-color: #CD32BA; }
a { background-color: rgb(205,50,186); }
div.DivClassName
{
background-color: #CD32BA;
}
.BgClassName
{
background-color: #CD32BA;
}
</style>
border-color css
<style>
span { border-color: #CD32BA; }
span { border-color: rgb(205,50,186); }
td.TdClassName
{
border-color: #CD32BA;
}
.TagClassName
{
border-color: #CD32BA;
}
</style>