Shades of Fuchsia #C32DB4
Tints of Fuchsia #C32DB4
RGB
CMYK
RGB Variations
Color information
#C32DB4 (or 0xC32DB4) is known color: Fuchsia. HEX triplet: C3, 2D and B4. RGB value is (195,45,180). Sum of RGB (Red+Green+Blue) = 195+45+180=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DB4 is #3CD24B. Grayscale: #686868. Windows color (decimal): -3985996 or 11808195. OLE color: 11808195.
HSL color Cylindrical-coordinate representation of color #C32DB4: hue angle of 306º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32DB4 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 180 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.24 |
| HSL | 306º | 0.63% | 0.47% | - |
| HSV(B) | 306º | 0.77% | 0.76% | - |
| XYZ | 31.68 | 16.77 | 44.75 | - |
| YUV | 105.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 180 | 0 | 0.77 | 0.08 | 0.24 | 306 | 0.63 | 0.47 |
| Hex | C3 | 2D | B4 | 0 | 4D | 8 | 18 | 132 | 3E | 2F |
| Octal | 303 | 55 | 264 | 0 | 115 | 10 | 30 | 462 | 76 | 57 |
| Binary | 11000011 | 101101 | 10110100 | 0 | 1001101 | 1000 | 11000 | 100110010 | 111110 | 101111 |
Color Harmonies of #C32DB4
Complementary color
Monochromatic Colors of #C32DB4
Black with #C32DB4
Text Example
Text Example
White with #C32DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DB4; }
p { color: rgb(195,45,180); }
H1.HeaderClassName
{
color: #C32DB4;
}
.AnyTagClassName
{
color: #C32DB4;
}
</style>
background-color css
<style>
a { background-color: #C32DB4; }
a { background-color: rgb(195,45,180); }
div.DivClassName
{
background-color: #C32DB4;
}
.BgClassName
{
background-color: #C32DB4;
}
</style>
border-color css
<style>
span { border-color: #C32DB4; }
span { border-color: rgb(195,45,180); }
td.TdClassName
{
border-color: #C32DB4;
}
.TagClassName
{
border-color: #C32DB4;
}
</style>