Shades of Fuchsia #C32FCF
Tints of Fuchsia #C32FCF
RGB
CMYK
RGB Variations
Color information
#C32FCF (or 0xC32FCF) is known color: Fuchsia. HEX triplet: C3, 2F and CF. RGB value is (195,47,207). Sum of RGB (Red+Green+Blue) = 195+47+207=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C32FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FCF is #3CD030. Grayscale: #6C6C6C. Windows color (decimal): -3985457 or 13578179. OLE color: 13578179.
HSL color Cylindrical-coordinate representation of color #C32FCF: hue angle of 295.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32FCF is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 47 | 207 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.19 |
| HSL | 295.5º | 0.63% | 0.5% | - |
| HSV(B) | 295.5º | 0.77% | 0.81% | - |
| XYZ | 34.78 | 18.14 | 60.7 | - |
| YUV | 109.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 207 | 0.06 | 0.77 | 0 | 0.19 | 295.5 | 0.63 | 0.5 |
| Hex | C3 | 2F | CF | 6 | 4D | 0 | 13 | 128 | 3F | 32 |
| Octal | 303 | 57 | 317 | 6 | 115 | 0 | 23 | 450 | 77 | 62 |
| Binary | 11000011 | 101111 | 11001111 | 110 | 1001101 | 0 | 10011 | 100101000 | 111111 | 110010 |
Color Harmonies of #C32FCF
Complementary color
Monochromatic Colors of #C32FCF
Black with #C32FCF
Text Example
Text Example
White with #C32FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FCF; }
p { color: rgb(195,47,207); }
H1.HeaderClassName
{
color: #C32FCF;
}
.AnyTagClassName
{
color: #C32FCF;
}
</style>
background-color css
<style>
a { background-color: #C32FCF; }
a { background-color: rgb(195,47,207); }
div.DivClassName
{
background-color: #C32FCF;
}
.BgClassName
{
background-color: #C32FCF;
}
</style>
border-color css
<style>
span { border-color: #C32FCF; }
span { border-color: rgb(195,47,207); }
td.TdClassName
{
border-color: #C32FCF;
}
.TagClassName
{
border-color: #C32FCF;
}
</style>