Shades of Fuchsia #C32DCD
Tints of Fuchsia #C32DCD
RGB
CMYK
RGB Variations
Color information
#C32DCD (or 0xC32DCD) is known color: Fuchsia. HEX triplet: C3, 2D and CD. RGB value is (195,45,205). Sum of RGB (Red+Green+Blue) = 195+45+205=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C32DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DCD is #3CD232. Grayscale: #6B6B6B. Windows color (decimal): -3985971 or 13446595. OLE color: 13446595.
HSL color Cylindrical-coordinate representation of color #C32DCD: hue angle of 296.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32DCD is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 45 | 205 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.20 |
| HSL | 296.25º | 0.64% | 0.49% | - |
| HSV(B) | 296.25º | 0.78% | 0.8% | - |
| XYZ | 34.46 | 17.89 | 59.39 | - |
| YUV | 108.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 205 | 0.05 | 0.78 | 0 | 0.20 | 296.25 | 0.64 | 0.49 |
| Hex | C3 | 2D | CD | 5 | 4E | 0 | 14 | 128 | 40 | 31 |
| Octal | 303 | 55 | 315 | 5 | 116 | 0 | 24 | 450 | 100 | 61 |
| Binary | 11000011 | 101101 | 11001101 | 101 | 1001110 | 0 | 10100 | 100101000 | 1000000 | 110001 |
Color Harmonies of #C32DCD
Complementary color
Monochromatic Colors of #C32DCD
Black with #C32DCD
Text Example
Text Example
White with #C32DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DCD; }
p { color: rgb(195,45,205); }
H1.HeaderClassName
{
color: #C32DCD;
}
.AnyTagClassName
{
color: #C32DCD;
}
</style>
background-color css
<style>
a { background-color: #C32DCD; }
a { background-color: rgb(195,45,205); }
div.DivClassName
{
background-color: #C32DCD;
}
.BgClassName
{
background-color: #C32DCD;
}
</style>
border-color css
<style>
span { border-color: #C32DCD; }
span { border-color: rgb(195,45,205); }
td.TdClassName
{
border-color: #C32DCD;
}
.TagClassName
{
border-color: #C32DCD;
}
</style>