Shades of Fuchsia #C32DB3
Tints of Fuchsia #C32DB3
RGB
CMYK
RGB Variations
Color information
#C32DB3 (or 0xC32DB3) is known color: Fuchsia. HEX triplet: C3, 2D and B3. RGB value is (195,45,179). Sum of RGB (Red+Green+Blue) = 195+45+179=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DB3 is #3CD24C. Grayscale: #686868. Windows color (decimal): -3985997 or 11742659. OLE color: 11742659.
HSL color Cylindrical-coordinate representation of color #C32DB3: hue angle of 306.4º 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 #C32DB3 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 179 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.24 |
| HSL | 306.4º | 0.63% | 0.47% | - |
| HSV(B) | 306.4º | 0.77% | 0.76% | - |
| XYZ | 31.58 | 16.73 | 44.21 | - |
| YUV | 105.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 179 | 0 | 0.77 | 0.08 | 0.24 | 306.4 | 0.63 | 0.47 |
| Hex | C3 | 2D | B3 | 0 | 4D | 8 | 18 | 132 | 3E | 2F |
| Octal | 303 | 55 | 263 | 0 | 115 | 10 | 30 | 462 | 76 | 57 |
| Binary | 11000011 | 101101 | 10110011 | 0 | 1001101 | 1000 | 11000 | 100110010 | 111110 | 101111 |
Color Harmonies of #C32DB3
Complementary color
Monochromatic Colors of #C32DB3
Black with #C32DB3
Text Example
Text Example
White with #C32DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DB3; }
p { color: rgb(195,45,179); }
H1.HeaderClassName
{
color: #C32DB3;
}
.AnyTagClassName
{
color: #C32DB3;
}
</style>
background-color css
<style>
a { background-color: #C32DB3; }
a { background-color: rgb(195,45,179); }
div.DivClassName
{
background-color: #C32DB3;
}
.BgClassName
{
background-color: #C32DB3;
}
</style>
border-color css
<style>
span { border-color: #C32DB3; }
span { border-color: rgb(195,45,179); }
td.TdClassName
{
border-color: #C32DB3;
}
.TagClassName
{
border-color: #C32DB3;
}
</style>