Shades of Fuchsia #C043BD
Tints of Fuchsia #C043BD
RGB
CMYK
RGB Variations
Color information
#C043BD (or 0xC043BD) is known color: Fuchsia. HEX triplet: C0, 43 and BD. RGB value is (192,67,189). Sum of RGB (Red+Green+Blue) = 192+67+189=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C043BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043BD is #3FBC42. Grayscale: #757575. Windows color (decimal): -4176963 or 12403648. OLE color: 12403648.
HSL color Cylindrical-coordinate representation of color #C043BD: hue angle of 301.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043BD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 189 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.25 |
| HSL | 301.44º | 0.5% | 0.51% | - |
| HSV(B) | 301.44º | 0.65% | 0.75% | - |
| XYZ | 32.93 | 18.89 | 50.06 | - |
| YUV | 118.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 189 | 0 | 0.65 | 0.02 | 0.25 | 301.44 | 0.5 | 0.51 |
| Hex | C0 | 43 | BD | 0 | 41 | 2 | 19 | 12D | 32 | 33 |
| Octal | 300 | 103 | 275 | 0 | 101 | 2 | 31 | 455 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10111101 | 0 | 1000001 | 10 | 11001 | 100101101 | 110010 | 110011 |
Color Harmonies of #C043BD
Complementary color
Monochromatic Colors of #C043BD
Black with #C043BD
Text Example
Text Example
White with #C043BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043BD; }
p { color: rgb(192,67,189); }
H1.HeaderClassName
{
color: #C043BD;
}
.AnyTagClassName
{
color: #C043BD;
}
</style>
background-color css
<style>
a { background-color: #C043BD; }
a { background-color: rgb(192,67,189); }
div.DivClassName
{
background-color: #C043BD;
}
.BgClassName
{
background-color: #C043BD;
}
</style>
border-color css
<style>
span { border-color: #C043BD; }
span { border-color: rgb(192,67,189); }
td.TdClassName
{
border-color: #C043BD;
}
.TagClassName
{
border-color: #C043BD;
}
</style>