Shades of Fuchsia #C047BD
Tints of Fuchsia #C047BD
RGB
CMYK
RGB Variations
Color information
#C047BD (or 0xC047BD) is known color: Fuchsia. HEX triplet: C0, 47 and BD. RGB value is (192,71,189). Sum of RGB (Red+Green+Blue) = 192+71+189=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BD is #3FB842. Grayscale: #787878. Windows color (decimal): -4175939 or 12404672. OLE color: 12404672.
HSL color Cylindrical-coordinate representation of color #C047BD: hue angle of 301.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047BD is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 189 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.25 |
| HSL | 301.49º | 0.49% | 0.52% | - |
| HSV(B) | 301.49º | 0.63% | 0.75% | - |
| XYZ | 33.18 | 19.39 | 50.14 | - |
| YUV | 120.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 189 | 0 | 0.63 | 0.02 | 0.25 | 301.49 | 0.49 | 0.52 |
| Hex | C0 | 47 | BD | 0 | 3F | 2 | 19 | 12D | 31 | 34 |
| Octal | 300 | 107 | 275 | 0 | 77 | 2 | 31 | 455 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10111101 | 0 | 111111 | 10 | 11001 | 100101101 | 110001 | 110100 |
Color Harmonies of #C047BD
Complementary color
Monochromatic Colors of #C047BD
Black with #C047BD
Text Example
Text Example
White with #C047BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047BD; }
p { color: rgb(192,71,189); }
H1.HeaderClassName
{
color: #C047BD;
}
.AnyTagClassName
{
color: #C047BD;
}
</style>
background-color css
<style>
a { background-color: #C047BD; }
a { background-color: rgb(192,71,189); }
div.DivClassName
{
background-color: #C047BD;
}
.BgClassName
{
background-color: #C047BD;
}
</style>
border-color css
<style>
span { border-color: #C047BD; }
span { border-color: rgb(192,71,189); }
td.TdClassName
{
border-color: #C047BD;
}
.TagClassName
{
border-color: #C047BD;
}
</style>