Shades of Fuchsia #C32DBB
Tints of Fuchsia #C32DBB
RGB
CMYK
RGB Variations
Color information
#C32DBB (or 0xC32DBB) is known color: Fuchsia. HEX triplet: C3, 2D and BB. RGB value is (195,45,187). Sum of RGB (Red+Green+Blue) = 195+45+187=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C32DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32DBB is #3CD244. Grayscale: #696969. Windows color (decimal): -3985989 or 12266947. OLE color: 12266947.
HSL color Cylindrical-coordinate representation of color #C32DBB: hue angle of 303.2º 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 #C32DBB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 187 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.24 |
| HSL | 303.2º | 0.63% | 0.47% | - |
| HSV(B) | 303.2º | 0.77% | 0.76% | - |
| XYZ | 32.41 | 17.07 | 48.6 | - |
| YUV | 106.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 187 | 0 | 0.77 | 0.04 | 0.24 | 303.2 | 0.63 | 0.47 |
| Hex | C3 | 2D | BB | 0 | 4D | 4 | 18 | 12F | 3E | 2F |
| Octal | 303 | 55 | 273 | 0 | 115 | 4 | 30 | 457 | 76 | 57 |
| Binary | 11000011 | 101101 | 10111011 | 0 | 1001101 | 100 | 11000 | 100101111 | 111110 | 101111 |
Color Harmonies of #C32DBB
Complementary color
Monochromatic Colors of #C32DBB
Black with #C32DBB
Text Example
Text Example
White with #C32DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32DBB; }
p { color: rgb(195,45,187); }
H1.HeaderClassName
{
color: #C32DBB;
}
.AnyTagClassName
{
color: #C32DBB;
}
</style>
background-color css
<style>
a { background-color: #C32DBB; }
a { background-color: rgb(195,45,187); }
div.DivClassName
{
background-color: #C32DBB;
}
.BgClassName
{
background-color: #C32DBB;
}
</style>
border-color css
<style>
span { border-color: #C32DBB; }
span { border-color: rgb(195,45,187); }
td.TdClassName
{
border-color: #C32DBB;
}
.TagClassName
{
border-color: #C32DBB;
}
</style>