Shades of Fuchsia #C041B2
Tints of Fuchsia #C041B2
RGB
CMYK
RGB Variations
Color information
#C041B2 (or 0xC041B2) is known color: Fuchsia. HEX triplet: C0, 41 and B2. RGB value is (192,65,178). Sum of RGB (Red+Green+Blue) = 192+65+178=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C041B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041B2 is #3FBE4D. Grayscale: #737373. Windows color (decimal): -4177486 or 11682240. OLE color: 11682240.
HSL color Cylindrical-coordinate representation of color #C041B2: hue angle of 306.61º 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 #C041B2 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 178 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.25 |
| HSL | 306.61º | 0.5% | 0.5% | - |
| HSV(B) | 306.61º | 0.66% | 0.75% | - |
| XYZ | 31.66 | 18.2 | 43.96 | - |
| YUV | 115.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 178 | 0 | 0.66 | 0.07 | 0.25 | 306.61 | 0.5 | 0.5 |
| Hex | C0 | 41 | B2 | 0 | 42 | 7 | 19 | 133 | 32 | 32 |
| Octal | 300 | 101 | 262 | 0 | 102 | 7 | 31 | 463 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10110010 | 0 | 1000010 | 111 | 11001 | 100110011 | 110010 | 110010 |
Color Harmonies of #C041B2
Complementary color
Monochromatic Colors of #C041B2
Black with #C041B2
Text Example
Text Example
White with #C041B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041B2; }
p { color: rgb(192,65,178); }
H1.HeaderClassName
{
color: #C041B2;
}
.AnyTagClassName
{
color: #C041B2;
}
</style>
background-color css
<style>
a { background-color: #C041B2; }
a { background-color: rgb(192,65,178); }
div.DivClassName
{
background-color: #C041B2;
}
.BgClassName
{
background-color: #C041B2;
}
</style>
border-color css
<style>
span { border-color: #C041B2; }
span { border-color: rgb(192,65,178); }
td.TdClassName
{
border-color: #C041B2;
}
.TagClassName
{
border-color: #C041B2;
}
</style>