Shades of Fuchsia #C041B5
Tints of Fuchsia #C041B5
RGB
CMYK
RGB Variations
Color information
#C041B5 (or 0xC041B5) is known color: Fuchsia. HEX triplet: C0, 41 and B5. RGB value is (192,65,181). Sum of RGB (Red+Green+Blue) = 192+65+181=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C041B5 is #3FBE4A. Grayscale: #737373. Windows color (decimal): -4177483 or 11878848. OLE color: 11878848.
HSL color Cylindrical-coordinate representation of color #C041B5: hue angle of 305.2º 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 #C041B5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 181 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.25 |
| HSL | 305.2º | 0.5% | 0.5% | - |
| HSV(B) | 305.2º | 0.66% | 0.75% | - |
| XYZ | 31.97 | 18.32 | 45.57 | - |
| YUV | 116.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 181 | 0 | 0.66 | 0.06 | 0.25 | 305.2 | 0.5 | 0.5 |
| Hex | C0 | 41 | B5 | 0 | 42 | 6 | 19 | 131 | 32 | 32 |
| Octal | 300 | 101 | 265 | 0 | 102 | 6 | 31 | 461 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10110101 | 0 | 1000010 | 110 | 11001 | 100110001 | 110010 | 110010 |
Color Harmonies of #C041B5
Complementary color
Monochromatic Colors of #C041B5
Black with #C041B5
Text Example
Text Example
White with #C041B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041B5; }
p { color: rgb(192,65,181); }
H1.HeaderClassName
{
color: #C041B5;
}
.AnyTagClassName
{
color: #C041B5;
}
</style>
background-color css
<style>
a { background-color: #C041B5; }
a { background-color: rgb(192,65,181); }
div.DivClassName
{
background-color: #C041B5;
}
.BgClassName
{
background-color: #C041B5;
}
</style>
border-color css
<style>
span { border-color: #C041B5; }
span { border-color: rgb(192,65,181); }
td.TdClassName
{
border-color: #C041B5;
}
.TagClassName
{
border-color: #C041B5;
}
</style>