Shades of Fuchsia #C32FBD
Tints of Fuchsia #C32FBD
RGB
CMYK
RGB Variations
Color information
#C32FBD (or 0xC32FBD) is known color: Fuchsia. HEX triplet: C3, 2F and BD. RGB value is (195,47,189). Sum of RGB (Red+Green+Blue) = 195+47+189=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C32FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32FBD is #3CD042. Grayscale: #6B6B6B. Windows color (decimal): -3985475 or 12398531. OLE color: 12398531.
HSL color Cylindrical-coordinate representation of color #C32FBD: hue angle of 302.43º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32FBD is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 189 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.24 |
| HSL | 302.43º | 0.61% | 0.47% | - |
| HSV(B) | 302.43º | 0.76% | 0.76% | - |
| XYZ | 32.71 | 17.31 | 49.76 | - |
| YUV | 107.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 189 | 0 | 0.76 | 0.03 | 0.24 | 302.43 | 0.61 | 0.47 |
| Hex | C3 | 2F | BD | 0 | 4C | 3 | 18 | 12E | 3D | 2F |
| Octal | 303 | 57 | 275 | 0 | 114 | 3 | 30 | 456 | 75 | 57 |
| Binary | 11000011 | 101111 | 10111101 | 0 | 1001100 | 11 | 11000 | 100101110 | 111101 | 101111 |
Color Harmonies of #C32FBD
Complementary color
Monochromatic Colors of #C32FBD
Black with #C32FBD
Text Example
Text Example
White with #C32FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32FBD; }
p { color: rgb(195,47,189); }
H1.HeaderClassName
{
color: #C32FBD;
}
.AnyTagClassName
{
color: #C32FBD;
}
</style>
background-color css
<style>
a { background-color: #C32FBD; }
a { background-color: rgb(195,47,189); }
div.DivClassName
{
background-color: #C32FBD;
}
.BgClassName
{
background-color: #C32FBD;
}
</style>
border-color css
<style>
span { border-color: #C32FBD; }
span { border-color: rgb(195,47,189); }
td.TdClassName
{
border-color: #C32FBD;
}
.TagClassName
{
border-color: #C32FBD;
}
</style>