Shades of Fuchsia #CB47C0
Tints of Fuchsia #CB47C0
RGB
CMYK
RGB Variations
Color information
#CB47C0 (or 0xCB47C0) is known color: Fuchsia. HEX triplet: CB, 47 and C0. RGB value is (203,71,192). Sum of RGB (Red+Green+Blue) = 203+71+192=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47C0 is #34B83F. Grayscale: #7B7B7B. Windows color (decimal): -3455040 or 12601291. OLE color: 12601291.
HSL color Cylindrical-coordinate representation of color #CB47C0: hue angle of 305º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47C0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 192 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.20 |
| HSL | 305º | 0.56% | 0.54% | - |
| HSV(B) | 305º | 0.65% | 0.8% | - |
| XYZ | 36.4 | 21.01 | 52.01 | - |
| YUV | 124.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 192 | 0 | 0.65 | 0.05 | 0.20 | 305 | 0.56 | 0.54 |
| Hex | CB | 47 | C0 | 0 | 41 | 5 | 14 | 131 | 38 | 36 |
| Octal | 313 | 107 | 300 | 0 | 101 | 5 | 24 | 461 | 70 | 66 |
| Binary | 11001011 | 1000111 | 11000000 | 0 | 1000001 | 101 | 10100 | 100110001 | 111000 | 110110 |
Color Harmonies of #CB47C0
Complementary color
Monochromatic Colors of #CB47C0
Black with #CB47C0
Text Example
Text Example
White with #CB47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47C0; }
p { color: rgb(203,71,192); }
H1.HeaderClassName
{
color: #CB47C0;
}
.AnyTagClassName
{
color: #CB47C0;
}
</style>
background-color css
<style>
a { background-color: #CB47C0; }
a { background-color: rgb(203,71,192); }
div.DivClassName
{
background-color: #CB47C0;
}
.BgClassName
{
background-color: #CB47C0;
}
</style>
border-color css
<style>
span { border-color: #CB47C0; }
span { border-color: rgb(203,71,192); }
td.TdClassName
{
border-color: #CB47C0;
}
.TagClassName
{
border-color: #CB47C0;
}
</style>