Shades of Fuchsia #C041B8
Tints of Fuchsia #C041B8
RGB
CMYK
RGB Variations
Color information
#C041B8 (or 0xC041B8) is known color: Fuchsia. HEX triplet: C0, 41 and B8. RGB value is (192,65,184). Sum of RGB (Red+Green+Blue) = 192+65+184=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041B8 is #3FBE47. Grayscale: #747474. Windows color (decimal): -4177480 or 12075456. OLE color: 12075456.
HSL color Cylindrical-coordinate representation of color #C041B8: hue angle of 303.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041B8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 184 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.25 |
| HSL | 303.78º | 0.5% | 0.5% | - |
| HSV(B) | 303.78º | 0.66% | 0.75% | - |
| XYZ | 32.28 | 18.45 | 47.21 | - |
| YUV | 116.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 184 | 0 | 0.66 | 0.04 | 0.25 | 303.78 | 0.5 | 0.5 |
| Hex | C0 | 41 | B8 | 0 | 42 | 4 | 19 | 130 | 32 | 32 |
| Octal | 300 | 101 | 270 | 0 | 102 | 4 | 31 | 460 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10111000 | 0 | 1000010 | 100 | 11001 | 100110000 | 110010 | 110010 |
Color Harmonies of #C041B8
Complementary color
Monochromatic Colors of #C041B8
Black with #C041B8
Text Example
Text Example
White with #C041B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041B8; }
p { color: rgb(192,65,184); }
H1.HeaderClassName
{
color: #C041B8;
}
.AnyTagClassName
{
color: #C041B8;
}
</style>
background-color css
<style>
a { background-color: #C041B8; }
a { background-color: rgb(192,65,184); }
div.DivClassName
{
background-color: #C041B8;
}
.BgClassName
{
background-color: #C041B8;
}
</style>
border-color css
<style>
span { border-color: #C041B8; }
span { border-color: rgb(192,65,184); }
td.TdClassName
{
border-color: #C041B8;
}
.TagClassName
{
border-color: #C041B8;
}
</style>