Shades of Fuchsia #C040B5
Tints of Fuchsia #C040B5
RGB
CMYK
RGB Variations
Color information
#C040B5 (or 0xC040B5) is known color: Fuchsia. HEX triplet: C0, 40 and B5. RGB value is (192,64,181). Sum of RGB (Red+Green+Blue) = 192+64+181=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040B5 is #3FBF4A. Grayscale: #737373. Windows color (decimal): -4177739 or 11878592. OLE color: 11878592.
HSL color Cylindrical-coordinate representation of color #C040B5: hue angle of 305.16º 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 #C040B5 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 181 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.25 |
| HSL | 305.16º | 0.5% | 0.5% | - |
| HSV(B) | 305.16º | 0.67% | 0.75% | - |
| XYZ | 31.91 | 18.21 | 45.55 | - |
| YUV | 115.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 181 | 0 | 0.67 | 0.06 | 0.25 | 305.16 | 0.5 | 0.5 |
| Hex | C0 | 40 | B5 | 0 | 43 | 6 | 19 | 131 | 32 | 32 |
| Octal | 300 | 100 | 265 | 0 | 103 | 6 | 31 | 461 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10110101 | 0 | 1000011 | 110 | 11001 | 100110001 | 110010 | 110010 |
Color Harmonies of #C040B5
Complementary color
Monochromatic Colors of #C040B5
Black with #C040B5
Text Example
Text Example
White with #C040B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040B5; }
p { color: rgb(192,64,181); }
H1.HeaderClassName
{
color: #C040B5;
}
.AnyTagClassName
{
color: #C040B5;
}
</style>
background-color css
<style>
a { background-color: #C040B5; }
a { background-color: rgb(192,64,181); }
div.DivClassName
{
background-color: #C040B5;
}
.BgClassName
{
background-color: #C040B5;
}
</style>
border-color css
<style>
span { border-color: #C040B5; }
span { border-color: rgb(192,64,181); }
td.TdClassName
{
border-color: #C040B5;
}
.TagClassName
{
border-color: #C040B5;
}
</style>