Shades of Fuchsia #CB47C9
Tints of Fuchsia #CB47C9
RGB
CMYK
RGB Variations
Color information
#CB47C9 (or 0xCB47C9) is known color: Fuchsia. HEX triplet: CB, 47 and C9. RGB value is (203,71,201). Sum of RGB (Red+Green+Blue) = 203+71+201=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47C9 is #34B836. Grayscale: #7C7C7C. Windows color (decimal): -3455031 or 13191115. OLE color: 13191115.
HSL color Cylindrical-coordinate representation of color #CB47C9: hue angle of 300.91º 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 #CB47C9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 201 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.20 |
| HSL | 300.91º | 0.56% | 0.54% | - |
| HSV(B) | 300.91º | 0.65% | 0.8% | - |
| XYZ | 37.42 | 21.42 | 57.42 | - |
| YUV | 125.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 201 | 0 | 0.65 | 0.01 | 0.20 | 300.91 | 0.56 | 0.54 |
| Hex | CB | 47 | C9 | 0 | 41 | 1 | 14 | 12D | 38 | 36 |
| Octal | 313 | 107 | 311 | 0 | 101 | 1 | 24 | 455 | 70 | 66 |
| Binary | 11001011 | 1000111 | 11001001 | 0 | 1000001 | 1 | 10100 | 100101101 | 111000 | 110110 |
Color Harmonies of #CB47C9
Complementary color
Monochromatic Colors of #CB47C9
Black with #CB47C9
Text Example
Text Example
White with #CB47C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47C9; }
p { color: rgb(203,71,201); }
H1.HeaderClassName
{
color: #CB47C9;
}
.AnyTagClassName
{
color: #CB47C9;
}
</style>
background-color css
<style>
a { background-color: #CB47C9; }
a { background-color: rgb(203,71,201); }
div.DivClassName
{
background-color: #CB47C9;
}
.BgClassName
{
background-color: #CB47C9;
}
</style>
border-color css
<style>
span { border-color: #CB47C9; }
span { border-color: rgb(203,71,201); }
td.TdClassName
{
border-color: #CB47C9;
}
.TagClassName
{
border-color: #CB47C9;
}
</style>