Shades of Fuchsia #CC47BE
Tints of Fuchsia #CC47BE
RGB
CMYK
RGB Variations
Color information
#CC47BE (or 0xCC47BE) is known color: Fuchsia. HEX triplet: CC, 47 and BE. RGB value is (204,71,190). Sum of RGB (Red+Green+Blue) = 204+71+190=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47BE is #33B841. Grayscale: #7B7B7B. Windows color (decimal): -3389506 or 12470220. OLE color: 12470220.
HSL color Cylindrical-coordinate representation of color #CC47BE: hue angle of 306.32º degrees, saturation: 0.57, 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 #CC47BE is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 190 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.2 |
| HSL | 306.32º | 0.57% | 0.54% | - |
| HSV(B) | 306.32º | 0.65% | 0.8% | - |
| XYZ | 36.45 | 21.06 | 50.86 | - |
| YUV | 124.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 190 | 0 | 0.65 | 0.07 | 0.2 | 306.32 | 0.57 | 0.54 |
| Hex | CC | 47 | BE | 0 | 41 | 7 | 14 | 132 | 39 | 36 |
| Octal | 314 | 107 | 276 | 0 | 101 | 7 | 24 | 462 | 71 | 66 |
| Binary | 11001100 | 1000111 | 10111110 | 0 | 1000001 | 111 | 10100 | 100110010 | 111001 | 110110 |
Color Harmonies of #CC47BE
Complementary color
Monochromatic Colors of #CC47BE
Black with #CC47BE
Text Example
Text Example
White with #CC47BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47BE; }
p { color: rgb(204,71,190); }
H1.HeaderClassName
{
color: #CC47BE;
}
.AnyTagClassName
{
color: #CC47BE;
}
</style>
background-color css
<style>
a { background-color: #CC47BE; }
a { background-color: rgb(204,71,190); }
div.DivClassName
{
background-color: #CC47BE;
}
.BgClassName
{
background-color: #CC47BE;
}
</style>
border-color css
<style>
span { border-color: #CC47BE; }
span { border-color: rgb(204,71,190); }
td.TdClassName
{
border-color: #CC47BE;
}
.TagClassName
{
border-color: #CC47BE;
}
</style>