Shades of Fuchsia #CB47CE
Tints of Fuchsia #CB47CE
RGB
CMYK
RGB Variations
Color information
#CB47CE (or 0xCB47CE) is known color: Fuchsia. HEX triplet: CB, 47 and CE. RGB value is (203,71,206). Sum of RGB (Red+Green+Blue) = 203+71+206=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47CE is #34B831. Grayscale: #7D7D7D. Windows color (decimal): -3455026 or 13518795. OLE color: 13518795.
HSL color Cylindrical-coordinate representation of color #CB47CE: hue angle of 298.67º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB47CE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 71 | 206 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.19 |
| HSL | 298.67º | 0.58% | 0.54% | - |
| HSV(B) | 298.67º | 0.66% | 0.81% | - |
| XYZ | 38.02 | 21.66 | 60.57 | - |
| YUV | 125.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 206 | 0.01 | 0.66 | 0 | 0.19 | 298.67 | 0.58 | 0.54 |
| Hex | CB | 47 | CE | 1 | 42 | 0 | 13 | 12B | 3A | 36 |
| Octal | 313 | 107 | 316 | 1 | 102 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001011 | 1000111 | 11001110 | 1 | 1000010 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CB47CE
Complementary color
Monochromatic Colors of #CB47CE
Black with #CB47CE
Text Example
Text Example
White with #CB47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47CE; }
p { color: rgb(203,71,206); }
H1.HeaderClassName
{
color: #CB47CE;
}
.AnyTagClassName
{
color: #CB47CE;
}
</style>
background-color css
<style>
a { background-color: #CB47CE; }
a { background-color: rgb(203,71,206); }
div.DivClassName
{
background-color: #CB47CE;
}
.BgClassName
{
background-color: #CB47CE;
}
</style>
border-color css
<style>
span { border-color: #CB47CE; }
span { border-color: rgb(203,71,206); }
td.TdClassName
{
border-color: #CB47CE;
}
.TagClassName
{
border-color: #CB47CE;
}
</style>