Shades of Fuchsia #C32FCD
Tints of Fuchsia #C32FCD
RGB
CMYK
RGB Variations
Color information
#C32FCD (or 0xC32FCD) is known color: Fuchsia. HEX triplet: C3, 2F and CD. RGB value is (195,47,205). Sum of RGB (Red+Green+Blue) = 195+47+205=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C32FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FCD is #3CD032. Grayscale: #6C6C6C. Windows color (decimal): -3985459 or 13447107. OLE color: 13447107.
HSL color Cylindrical-coordinate representation of color #C32FCD: hue angle of 296.2º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32FCD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 47 | 205 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.20 |
| HSL | 296.2º | 0.63% | 0.49% | - |
| HSV(B) | 296.2º | 0.77% | 0.8% | - |
| XYZ | 34.54 | 18.04 | 59.42 | - |
| YUV | 109.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 205 | 0.05 | 0.77 | 0 | 0.20 | 296.2 | 0.63 | 0.49 |
| Hex | C3 | 2F | CD | 5 | 4D | 0 | 14 | 128 | 3F | 31 |
| Octal | 303 | 57 | 315 | 5 | 115 | 0 | 24 | 450 | 77 | 61 |
| Binary | 11000011 | 101111 | 11001101 | 101 | 1001101 | 0 | 10100 | 100101000 | 111111 | 110001 |
Color Harmonies of #C32FCD
Complementary color
Monochromatic Colors of #C32FCD
Black with #C32FCD
Text Example
Text Example
White with #C32FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FCD; }
p { color: rgb(195,47,205); }
H1.HeaderClassName
{
color: #C32FCD;
}
.AnyTagClassName
{
color: #C32FCD;
}
</style>
background-color css
<style>
a { background-color: #C32FCD; }
a { background-color: rgb(195,47,205); }
div.DivClassName
{
background-color: #C32FCD;
}
.BgClassName
{
background-color: #C32FCD;
}
</style>
border-color css
<style>
span { border-color: #C32FCD; }
span { border-color: rgb(195,47,205); }
td.TdClassName
{
border-color: #C32FCD;
}
.TagClassName
{
border-color: #C32FCD;
}
</style>