Shades of Fuchsia #C32FCB
Tints of Fuchsia #C32FCB
RGB
CMYK
RGB Variations
Color information
#C32FCB (or 0xC32FCB) is known color: Fuchsia. HEX triplet: C3, 2F and CB. RGB value is (195,47,203). Sum of RGB (Red+Green+Blue) = 195+47+203=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #C32FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FCB is #3CD034. Grayscale: #6C6C6C. Windows color (decimal): -3985461 or 13316035. OLE color: 13316035.
HSL color Cylindrical-coordinate representation of color #C32FCB: hue angle of 296.92º degrees, saturation: 0.62, 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 #C32FCB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 47 | 203 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.20 |
| HSL | 296.92º | 0.62% | 0.49% | - |
| HSV(B) | 296.92º | 0.77% | 0.8% | - |
| XYZ | 34.3 | 17.95 | 58.16 | - |
| YUV | 109.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 203 | 0.04 | 0.77 | 0 | 0.20 | 296.92 | 0.62 | 0.49 |
| Hex | C3 | 2F | CB | 4 | 4D | 0 | 14 | 129 | 3E | 31 |
| Octal | 303 | 57 | 313 | 4 | 115 | 0 | 24 | 451 | 76 | 61 |
| Binary | 11000011 | 101111 | 11001011 | 100 | 1001101 | 0 | 10100 | 100101001 | 111110 | 110001 |
Color Harmonies of #C32FCB
Complementary color
Monochromatic Colors of #C32FCB
Black with #C32FCB
Text Example
Text Example
White with #C32FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FCB; }
p { color: rgb(195,47,203); }
H1.HeaderClassName
{
color: #C32FCB;
}
.AnyTagClassName
{
color: #C32FCB;
}
</style>
background-color css
<style>
a { background-color: #C32FCB; }
a { background-color: rgb(195,47,203); }
div.DivClassName
{
background-color: #C32FCB;
}
.BgClassName
{
background-color: #C32FCB;
}
</style>
border-color css
<style>
span { border-color: #C32FCB; }
span { border-color: rgb(195,47,203); }
td.TdClassName
{
border-color: #C32FCB;
}
.TagClassName
{
border-color: #C32FCB;
}
</style>