Shades of Fuchsia #C331BD
Tints of Fuchsia #C331BD
RGB
CMYK
RGB Variations
Color information
#C331BD (or 0xC331BD) is known color: Fuchsia. HEX triplet: C3, 31 and BD. RGB value is (195,49,189). Sum of RGB (Red+Green+Blue) = 195+49+189=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C331BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C331BD is #3CCE42. Grayscale: #6C6C6C. Windows color (decimal): -3984963 or 12399043. OLE color: 12399043.
HSL color Cylindrical-coordinate representation of color #C331BD: hue angle of 302.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C331BD is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 189 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.24 |
| HSL | 302.47º | 0.6% | 0.48% | - |
| HSV(B) | 302.47º | 0.75% | 0.76% | - |
| XYZ | 32.79 | 17.47 | 49.79 | - |
| YUV | 108.61 | 173.37 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 189 | 0 | 0.75 | 0.03 | 0.24 | 302.47 | 0.6 | 0.48 |
| Hex | C3 | 31 | BD | 0 | 4B | 3 | 18 | 12E | 3C | 30 |
| Octal | 303 | 61 | 275 | 0 | 113 | 3 | 30 | 456 | 74 | 60 |
| Binary | 11000011 | 110001 | 10111101 | 0 | 1001011 | 11 | 11000 | 100101110 | 111100 | 110000 |
Color Harmonies of #C331BD
Complementary color
Monochromatic Colors of #C331BD
Black with #C331BD
Text Example
Text Example
White with #C331BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C331BD; }
p { color: rgb(195,49,189); }
H1.HeaderClassName
{
color: #C331BD;
}
.AnyTagClassName
{
color: #C331BD;
}
</style>
background-color css
<style>
a { background-color: #C331BD; }
a { background-color: rgb(195,49,189); }
div.DivClassName
{
background-color: #C331BD;
}
.BgClassName
{
background-color: #C331BD;
}
</style>
border-color css
<style>
span { border-color: #C331BD; }
span { border-color: rgb(195,49,189); }
td.TdClassName
{
border-color: #C331BD;
}
.TagClassName
{
border-color: #C331BD;
}
</style>