Shades of Fuchsia #CD32C7
Tints of Fuchsia #CD32C7
RGB
CMYK
RGB Variations
Color information
#CD32C7 (or 0xCD32C7) is known color: Fuchsia. HEX triplet: CD, 32 and C7. RGB value is (205,50,199). Sum of RGB (Red+Green+Blue) = 205+50+199=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32C7 is #32CD38. Grayscale: #707070. Windows color (decimal): -3329337 or 13054669. OLE color: 13054669.
HSL color Cylindrical-coordinate representation of color #CD32C7: hue angle of 302.32º 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 #CD32C7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 199 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.20 |
| HSL | 302.32º | 0.61% | 0.5% | - |
| HSV(B) | 302.32º | 0.76% | 0.8% | - |
| XYZ | 36.63 | 19.38 | 55.84 | - |
| YUV | 113.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 199 | 0 | 0.76 | 0.03 | 0.20 | 302.32 | 0.61 | 0.5 |
| Hex | CD | 32 | C7 | 0 | 4C | 3 | 14 | 12E | 3D | 32 |
| Octal | 315 | 62 | 307 | 0 | 114 | 3 | 24 | 456 | 75 | 62 |
| Binary | 11001101 | 110010 | 11000111 | 0 | 1001100 | 11 | 10100 | 100101110 | 111101 | 110010 |
Color Harmonies of #CD32C7
Complementary color
Monochromatic Colors of #CD32C7
Black with #CD32C7
Text Example
Text Example
White with #CD32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32C7; }
p { color: rgb(205,50,199); }
H1.HeaderClassName
{
color: #CD32C7;
}
.AnyTagClassName
{
color: #CD32C7;
}
</style>
background-color css
<style>
a { background-color: #CD32C7; }
a { background-color: rgb(205,50,199); }
div.DivClassName
{
background-color: #CD32C7;
}
.BgClassName
{
background-color: #CD32C7;
}
</style>
border-color css
<style>
span { border-color: #CD32C7; }
span { border-color: rgb(205,50,199); }
td.TdClassName
{
border-color: #CD32C7;
}
.TagClassName
{
border-color: #CD32C7;
}
</style>