Shades of Fuchsia #C32DB2
Tints of Fuchsia #C32DB2
RGB
CMYK
RGB Variations
Color information
#C32DB2 (or 0xC32DB2) is known color: Fuchsia. HEX triplet: C3, 2D and B2. RGB value is (195,45,178). Sum of RGB (Red+Green+Blue) = 195+45+178=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32DB2 is #3CD24D. Grayscale: #686868. Windows color (decimal): -3985998 or 11677123. OLE color: 11677123.
HSL color Cylindrical-coordinate representation of color #C32DB2: hue angle of 306.8º 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 #C32DB2 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 178 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.24 |
| HSL | 306.8º | 0.63% | 0.47% | - |
| HSV(B) | 306.8º | 0.77% | 0.76% | - |
| XYZ | 31.48 | 16.69 | 43.68 | - |
| YUV | 105.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 178 | 0 | 0.77 | 0.09 | 0.24 | 306.8 | 0.63 | 0.47 |
| Hex | C3 | 2D | B2 | 0 | 4D | 9 | 18 | 133 | 3E | 2F |
| Octal | 303 | 55 | 262 | 0 | 115 | 11 | 30 | 463 | 76 | 57 |
| Binary | 11000011 | 101101 | 10110010 | 0 | 1001101 | 1001 | 11000 | 100110011 | 111110 | 101111 |
Color Harmonies of #C32DB2
Complementary color
Monochromatic Colors of #C32DB2
Black with #C32DB2
Text Example
Text Example
White with #C32DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DB2; }
p { color: rgb(195,45,178); }
H1.HeaderClassName
{
color: #C32DB2;
}
.AnyTagClassName
{
color: #C32DB2;
}
</style>
background-color css
<style>
a { background-color: #C32DB2; }
a { background-color: rgb(195,45,178); }
div.DivClassName
{
background-color: #C32DB2;
}
.BgClassName
{
background-color: #C32DB2;
}
</style>
border-color css
<style>
span { border-color: #C32DB2; }
span { border-color: rgb(195,45,178); }
td.TdClassName
{
border-color: #C32DB2;
}
.TagClassName
{
border-color: #C32DB2;
}
</style>