Shades of Fuchsia #CB47C3
Tints of Fuchsia #CB47C3
RGB
CMYK
RGB Variations
Color information
#CB47C3 (or 0xCB47C3) is known color: Fuchsia. HEX triplet: CB, 47 and C3. RGB value is (203,71,195). Sum of RGB (Red+Green+Blue) = 203+71+195=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47C3 is #34B83C. Grayscale: #7C7C7C. Windows color (decimal): -3455037 or 12797899. OLE color: 12797899.
HSL color Cylindrical-coordinate representation of color #CB47C3: hue angle of 303.64º 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 #CB47C3 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 195 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.20 |
| HSL | 303.64º | 0.56% | 0.54% | - |
| HSV(B) | 303.64º | 0.65% | 0.8% | - |
| XYZ | 36.73 | 21.14 | 53.77 | - |
| YUV | 124.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 195 | 0 | 0.65 | 0.04 | 0.20 | 303.64 | 0.56 | 0.54 |
| Hex | CB | 47 | C3 | 0 | 41 | 4 | 14 | 130 | 38 | 36 |
| Octal | 313 | 107 | 303 | 0 | 101 | 4 | 24 | 460 | 70 | 66 |
| Binary | 11001011 | 1000111 | 11000011 | 0 | 1000001 | 100 | 10100 | 100110000 | 111000 | 110110 |
Color Harmonies of #CB47C3
Complementary color
Monochromatic Colors of #CB47C3
Black with #CB47C3
Text Example
Text Example
White with #CB47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47C3; }
p { color: rgb(203,71,195); }
H1.HeaderClassName
{
color: #CB47C3;
}
.AnyTagClassName
{
color: #CB47C3;
}
</style>
background-color css
<style>
a { background-color: #CB47C3; }
a { background-color: rgb(203,71,195); }
div.DivClassName
{
background-color: #CB47C3;
}
.BgClassName
{
background-color: #CB47C3;
}
</style>
border-color css
<style>
span { border-color: #CB47C3; }
span { border-color: rgb(203,71,195); }
td.TdClassName
{
border-color: #CB47C3;
}
.TagClassName
{
border-color: #CB47C3;
}
</style>