Shades of Fuchsia #CC47CE
Tints of Fuchsia #CC47CE
RGB
CMYK
RGB Variations
Color information
#CC47CE (or 0xCC47CE) is known color: Fuchsia. HEX triplet: CC, 47 and CE. RGB value is (204,71,206). Sum of RGB (Red+Green+Blue) = 204+71+206=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47CE is #33B831. Grayscale: #7D7D7D. Windows color (decimal): -3389490 or 13518796. OLE color: 13518796.
HSL color Cylindrical-coordinate representation of color #CC47CE: hue angle of 299.11º 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 #CC47CE is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 71 | 206 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.19 |
| HSL | 299.11º | 0.58% | 0.54% | - |
| HSV(B) | 299.11º | 0.66% | 0.81% | - |
| XYZ | 38.3 | 21.8 | 60.58 | - |
| YUV | 126.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 206 | 0.01 | 0.66 | 0 | 0.19 | 299.11 | 0.58 | 0.54 |
| Hex | CC | 47 | CE | 1 | 42 | 0 | 13 | 12B | 3A | 36 |
| Octal | 314 | 107 | 316 | 1 | 102 | 0 | 23 | 453 | 72 | 66 |
| Binary | 11001100 | 1000111 | 11001110 | 1 | 1000010 | 0 | 10011 | 100101011 | 111010 | 110110 |
Color Harmonies of #CC47CE
Complementary color
Monochromatic Colors of #CC47CE
Black with #CC47CE
Text Example
Text Example
White with #CC47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47CE; }
p { color: rgb(204,71,206); }
H1.HeaderClassName
{
color: #CC47CE;
}
.AnyTagClassName
{
color: #CC47CE;
}
</style>
background-color css
<style>
a { background-color: #CC47CE; }
a { background-color: rgb(204,71,206); }
div.DivClassName
{
background-color: #CC47CE;
}
.BgClassName
{
background-color: #CC47CE;
}
</style>
border-color css
<style>
span { border-color: #CC47CE; }
span { border-color: rgb(204,71,206); }
td.TdClassName
{
border-color: #CC47CE;
}
.TagClassName
{
border-color: #CC47CE;
}
</style>