Shades of Fuchsia #C040B1
Tints of Fuchsia #C040B1
RGB
CMYK
RGB Variations
Color information
#C040B1 (or 0xC040B1) is known color: Fuchsia. HEX triplet: C0, 40 and B1. RGB value is (192,64,177). Sum of RGB (Red+Green+Blue) = 192+64+177=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040B1 is #3FBF4E. Grayscale: #727272. Windows color (decimal): -4177743 or 11616448. OLE color: 11616448.
HSL color Cylindrical-coordinate representation of color #C040B1: hue angle of 307.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040B1 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 177 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.25 |
| HSL | 307.03º | 0.5% | 0.5% | - |
| HSV(B) | 307.03º | 0.67% | 0.75% | - |
| XYZ | 31.51 | 18.05 | 43.42 | - |
| YUV | 115.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 177 | 0 | 0.67 | 0.08 | 0.25 | 307.03 | 0.5 | 0.5 |
| Hex | C0 | 40 | B1 | 0 | 43 | 8 | 19 | 133 | 32 | 32 |
| Octal | 300 | 100 | 261 | 0 | 103 | 10 | 31 | 463 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10110001 | 0 | 1000011 | 1000 | 11001 | 100110011 | 110010 | 110010 |
Color Harmonies of #C040B1
Complementary color
Monochromatic Colors of #C040B1
Black with #C040B1
Text Example
Text Example
White with #C040B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040B1; }
p { color: rgb(192,64,177); }
H1.HeaderClassName
{
color: #C040B1;
}
.AnyTagClassName
{
color: #C040B1;
}
</style>
background-color css
<style>
a { background-color: #C040B1; }
a { background-color: rgb(192,64,177); }
div.DivClassName
{
background-color: #C040B1;
}
.BgClassName
{
background-color: #C040B1;
}
</style>
border-color css
<style>
span { border-color: #C040B1; }
span { border-color: rgb(192,64,177); }
td.TdClassName
{
border-color: #C040B1;
}
.TagClassName
{
border-color: #C040B1;
}
</style>