Shades of Fuchsia #C32DBD
Tints of Fuchsia #C32DBD
RGB
CMYK
RGB Variations
Color information
#C32DBD (or 0xC32DBD) is known color: Fuchsia. HEX triplet: C3, 2D and BD. RGB value is (195,45,189). Sum of RGB (Red+Green+Blue) = 195+45+189=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DBD is #3CD242. Grayscale: #696969. Windows color (decimal): -3985987 or 12398019. OLE color: 12398019.
HSL color Cylindrical-coordinate representation of color #C32DBD: hue angle of 302.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 #C32DBD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 189 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.24 |
| HSL | 302.4º | 0.63% | 0.47% | - |
| HSV(B) | 302.4º | 0.77% | 0.76% | - |
| XYZ | 32.63 | 17.15 | 49.74 | - |
| YUV | 106.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 189 | 0 | 0.77 | 0.03 | 0.24 | 302.4 | 0.63 | 0.47 |
| Hex | C3 | 2D | BD | 0 | 4D | 3 | 18 | 12E | 3E | 2F |
| Octal | 303 | 55 | 275 | 0 | 115 | 3 | 30 | 456 | 76 | 57 |
| Binary | 11000011 | 101101 | 10111101 | 0 | 1001101 | 11 | 11000 | 100101110 | 111110 | 101111 |
Color Harmonies of #C32DBD
Complementary color
Monochromatic Colors of #C32DBD
Black with #C32DBD
Text Example
Text Example
White with #C32DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DBD; }
p { color: rgb(195,45,189); }
H1.HeaderClassName
{
color: #C32DBD;
}
.AnyTagClassName
{
color: #C32DBD;
}
</style>
background-color css
<style>
a { background-color: #C32DBD; }
a { background-color: rgb(195,45,189); }
div.DivClassName
{
background-color: #C32DBD;
}
.BgClassName
{
background-color: #C32DBD;
}
</style>
border-color css
<style>
span { border-color: #C32DBD; }
span { border-color: rgb(195,45,189); }
td.TdClassName
{
border-color: #C32DBD;
}
.TagClassName
{
border-color: #C32DBD;
}
</style>