Shades of Fuchsia #C32DCF
Tints of Fuchsia #C32DCF
RGB
CMYK
RGB Variations
Color information
#C32DCF (or 0xC32DCF) is known color: Fuchsia. HEX triplet: C3, 2D and CF. RGB value is (195,45,207). Sum of RGB (Red+Green+Blue) = 195+45+207=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C32DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DCF is #3CD230. Grayscale: #6B6B6B. Windows color (decimal): -3985969 or 13577667. OLE color: 13577667.
HSL color Cylindrical-coordinate representation of color #C32DCF: hue angle of 295.56º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32DCF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 45 | 207 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.19 |
| HSL | 295.56º | 0.64% | 0.49% | - |
| HSV(B) | 295.56º | 0.78% | 0.81% | - |
| XYZ | 34.71 | 17.98 | 60.67 | - |
| YUV | 108.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 207 | 0.06 | 0.78 | 0 | 0.19 | 295.56 | 0.64 | 0.49 |
| Hex | C3 | 2D | CF | 6 | 4E | 0 | 13 | 128 | 40 | 31 |
| Octal | 303 | 55 | 317 | 6 | 116 | 0 | 23 | 450 | 100 | 61 |
| Binary | 11000011 | 101101 | 11001111 | 110 | 1001110 | 0 | 10011 | 100101000 | 1000000 | 110001 |
Color Harmonies of #C32DCF
Complementary color
Monochromatic Colors of #C32DCF
Black with #C32DCF
Text Example
Text Example
White with #C32DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DCF; }
p { color: rgb(195,45,207); }
H1.HeaderClassName
{
color: #C32DCF;
}
.AnyTagClassName
{
color: #C32DCF;
}
</style>
background-color css
<style>
a { background-color: #C32DCF; }
a { background-color: rgb(195,45,207); }
div.DivClassName
{
background-color: #C32DCF;
}
.BgClassName
{
background-color: #C32DCF;
}
</style>
border-color css
<style>
span { border-color: #C32DCF; }
span { border-color: rgb(195,45,207); }
td.TdClassName
{
border-color: #C32DCF;
}
.TagClassName
{
border-color: #C32DCF;
}
</style>