Shades of Fuchsia #CD32C4
Tints of Fuchsia #CD32C4
RGB
CMYK
RGB Variations
Color information
#CD32C4 (or 0xCD32C4) is known color: Fuchsia. HEX triplet: CD, 32 and C4. RGB value is (205,50,196). Sum of RGB (Red+Green+Blue) = 205+50+196=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD32C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32C4 is #32CD3B. Grayscale: #707070. Windows color (decimal): -3329340 or 12858061. OLE color: 12858061.
HSL color Cylindrical-coordinate representation of color #CD32C4: hue angle of 303.48º 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 #CD32C4 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 196 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.20 |
| HSL | 303.48º | 0.61% | 0.5% | - |
| HSV(B) | 303.48º | 0.76% | 0.8% | - |
| XYZ | 36.28 | 19.25 | 54.03 | - |
| YUV | 112.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 196 | 0 | 0.76 | 0.04 | 0.20 | 303.48 | 0.61 | 0.5 |
| Hex | CD | 32 | C4 | 0 | 4C | 4 | 14 | 12F | 3D | 32 |
| Octal | 315 | 62 | 304 | 0 | 114 | 4 | 24 | 457 | 75 | 62 |
| Binary | 11001101 | 110010 | 11000100 | 0 | 1001100 | 100 | 10100 | 100101111 | 111101 | 110010 |
Color Harmonies of #CD32C4
Complementary color
Monochromatic Colors of #CD32C4
Black with #CD32C4
Text Example
Text Example
White with #CD32C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32C4; }
p { color: rgb(205,50,196); }
H1.HeaderClassName
{
color: #CD32C4;
}
.AnyTagClassName
{
color: #CD32C4;
}
</style>
background-color css
<style>
a { background-color: #CD32C4; }
a { background-color: rgb(205,50,196); }
div.DivClassName
{
background-color: #CD32C4;
}
.BgClassName
{
background-color: #CD32C4;
}
</style>
border-color css
<style>
span { border-color: #CD32C4; }
span { border-color: rgb(205,50,196); }
td.TdClassName
{
border-color: #CD32C4;
}
.TagClassName
{
border-color: #CD32C4;
}
</style>