Shades of Fuchsia #CC47CA
Tints of Fuchsia #CC47CA
RGB
CMYK
RGB Variations
Color information
#CC47CA (or 0xCC47CA) is known color: Fuchsia. HEX triplet: CC, 47 and CA. RGB value is (204,71,202). Sum of RGB (Red+Green+Blue) = 204+71+202=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47CA is #33B835. Grayscale: #7D7D7D. Windows color (decimal): -3389494 or 13256652. OLE color: 13256652.
HSL color Cylindrical-coordinate representation of color #CC47CA: hue angle of 300.9º 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 #CC47CA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 202 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.2 |
| HSL | 300.9º | 0.57% | 0.54% | - |
| HSV(B) | 300.9º | 0.65% | 0.8% | - |
| XYZ | 37.82 | 21.61 | 58.05 | - |
| YUV | 125.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 202 | 0 | 0.65 | 0.01 | 0.2 | 300.9 | 0.57 | 0.54 |
| Hex | CC | 47 | CA | 0 | 41 | 1 | 14 | 12D | 39 | 36 |
| Octal | 314 | 107 | 312 | 0 | 101 | 1 | 24 | 455 | 71 | 66 |
| Binary | 11001100 | 1000111 | 11001010 | 0 | 1000001 | 1 | 10100 | 100101101 | 111001 | 110110 |
Color Harmonies of #CC47CA
Complementary color
Monochromatic Colors of #CC47CA
Black with #CC47CA
Text Example
Text Example
White with #CC47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47CA; }
p { color: rgb(204,71,202); }
H1.HeaderClassName
{
color: #CC47CA;
}
.AnyTagClassName
{
color: #CC47CA;
}
</style>
background-color css
<style>
a { background-color: #CC47CA; }
a { background-color: rgb(204,71,202); }
div.DivClassName
{
background-color: #CC47CA;
}
.BgClassName
{
background-color: #CC47CA;
}
</style>
border-color css
<style>
span { border-color: #CC47CA; }
span { border-color: rgb(204,71,202); }
td.TdClassName
{
border-color: #CC47CA;
}
.TagClassName
{
border-color: #CC47CA;
}
</style>