Shades of Fuchsia #CD32C5
Tints of Fuchsia #CD32C5
RGB
CMYK
RGB Variations
Color information
#CD32C5 (or 0xCD32C5) is known color: Fuchsia. HEX triplet: CD, 32 and C5. RGB value is (205,50,197). Sum of RGB (Red+Green+Blue) = 205+50+197=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32C5 is #32CD3A. Grayscale: #707070. Windows color (decimal): -3329339 or 12923597. OLE color: 12923597.
HSL color Cylindrical-coordinate representation of color #CD32C5: hue angle of 303.1º 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 #CD32C5 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 197 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.20 |
| HSL | 303.1º | 0.61% | 0.5% | - |
| HSV(B) | 303.1º | 0.76% | 0.8% | - |
| XYZ | 36.4 | 19.29 | 54.63 | - |
| YUV | 113.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 197 | 0 | 0.76 | 0.04 | 0.20 | 303.1 | 0.61 | 0.5 |
| Hex | CD | 32 | C5 | 0 | 4C | 4 | 14 | 12F | 3D | 32 |
| Octal | 315 | 62 | 305 | 0 | 114 | 4 | 24 | 457 | 75 | 62 |
| Binary | 11001101 | 110010 | 11000101 | 0 | 1001100 | 100 | 10100 | 100101111 | 111101 | 110010 |
Color Harmonies of #CD32C5
Complementary color
Monochromatic Colors of #CD32C5
Black with #CD32C5
Text Example
Text Example
White with #CD32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32C5; }
p { color: rgb(205,50,197); }
H1.HeaderClassName
{
color: #CD32C5;
}
.AnyTagClassName
{
color: #CD32C5;
}
</style>
background-color css
<style>
a { background-color: #CD32C5; }
a { background-color: rgb(205,50,197); }
div.DivClassName
{
background-color: #CD32C5;
}
.BgClassName
{
background-color: #CD32C5;
}
</style>
border-color css
<style>
span { border-color: #CD32C5; }
span { border-color: rgb(205,50,197); }
td.TdClassName
{
border-color: #CD32C5;
}
.TagClassName
{
border-color: #CD32C5;
}
</style>