Shades of Fuchsia #C040B2
Tints of Fuchsia #C040B2
RGB
CMYK
RGB Variations
Color information
#C040B2 (or 0xC040B2) is known color: Fuchsia. HEX triplet: C0, 40 and B2. RGB value is (192,64,178). Sum of RGB (Red+Green+Blue) = 192+64+178=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040B2 is #3FBF4D. Grayscale: #727272. Windows color (decimal): -4177742 or 11681984. OLE color: 11681984.
HSL color Cylindrical-coordinate representation of color #C040B2: hue angle of 306.56º 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 #C040B2 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 178 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.25 |
| HSL | 306.56º | 0.5% | 0.5% | - |
| HSV(B) | 306.56º | 0.67% | 0.75% | - |
| XYZ | 31.61 | 18.09 | 43.94 | - |
| YUV | 115.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 178 | 0 | 0.67 | 0.07 | 0.25 | 306.56 | 0.5 | 0.5 |
| Hex | C0 | 40 | B2 | 0 | 43 | 7 | 19 | 133 | 32 | 32 |
| Octal | 300 | 100 | 262 | 0 | 103 | 7 | 31 | 463 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10110010 | 0 | 1000011 | 111 | 11001 | 100110011 | 110010 | 110010 |
Color Harmonies of #C040B2
Complementary color
Monochromatic Colors of #C040B2
Black with #C040B2
Text Example
Text Example
White with #C040B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040B2; }
p { color: rgb(192,64,178); }
H1.HeaderClassName
{
color: #C040B2;
}
.AnyTagClassName
{
color: #C040B2;
}
</style>
background-color css
<style>
a { background-color: #C040B2; }
a { background-color: rgb(192,64,178); }
div.DivClassName
{
background-color: #C040B2;
}
.BgClassName
{
background-color: #C040B2;
}
</style>
border-color css
<style>
span { border-color: #C040B2; }
span { border-color: rgb(192,64,178); }
td.TdClassName
{
border-color: #C040B2;
}
.TagClassName
{
border-color: #C040B2;
}
</style>