Shades of Fuchsia #CD32C6
Tints of Fuchsia #CD32C6
RGB
CMYK
RGB Variations
Color information
#CD32C6 (or 0xCD32C6) is known color: Fuchsia. HEX triplet: CD, 32 and C6. RGB value is (205,50,198). Sum of RGB (Red+Green+Blue) = 205+50+198=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32C6 is #32CD39. Grayscale: #707070. Windows color (decimal): -3329338 or 12989133. OLE color: 12989133.
HSL color Cylindrical-coordinate representation of color #CD32C6: hue angle of 302.71º 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 #CD32C6 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 198 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.20 |
| HSL | 302.71º | 0.61% | 0.5% | - |
| HSV(B) | 302.71º | 0.76% | 0.8% | - |
| XYZ | 36.51 | 19.34 | 55.23 | - |
| YUV | 113.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 198 | 0 | 0.76 | 0.03 | 0.20 | 302.71 | 0.61 | 0.5 |
| Hex | CD | 32 | C6 | 0 | 4C | 3 | 14 | 12F | 3D | 32 |
| Octal | 315 | 62 | 306 | 0 | 114 | 3 | 24 | 457 | 75 | 62 |
| Binary | 11001101 | 110010 | 11000110 | 0 | 1001100 | 11 | 10100 | 100101111 | 111101 | 110010 |
Color Harmonies of #CD32C6
Complementary color
Monochromatic Colors of #CD32C6
Black with #CD32C6
Text Example
Text Example
White with #CD32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32C6; }
p { color: rgb(205,50,198); }
H1.HeaderClassName
{
color: #CD32C6;
}
.AnyTagClassName
{
color: #CD32C6;
}
</style>
background-color css
<style>
a { background-color: #CD32C6; }
a { background-color: rgb(205,50,198); }
div.DivClassName
{
background-color: #CD32C6;
}
.BgClassName
{
background-color: #CD32C6;
}
</style>
border-color css
<style>
span { border-color: #CD32C6; }
span { border-color: rgb(205,50,198); }
td.TdClassName
{
border-color: #CD32C6;
}
.TagClassName
{
border-color: #CD32C6;
}
</style>