Shades of Fuchsia #CC49CA
Tints of Fuchsia #CC49CA
RGB
CMYK
RGB Variations
Color information
#CC49CA (or 0xCC49CA) is known color: Fuchsia. HEX triplet: CC, 49 and CA. RGB value is (204,73,202). Sum of RGB (Red+Green+Blue) = 204+73+202=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49CA is #33B635. Grayscale: #7E7E7E. Windows color (decimal): -3388982 or 13257164. OLE color: 13257164.
HSL color Cylindrical-coordinate representation of color #CC49CA: hue angle of 300.92º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49CA is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 202 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.2 |
| HSL | 300.92º | 0.56% | 0.54% | - |
| HSV(B) | 300.92º | 0.64% | 0.8% | - |
| XYZ | 37.95 | 21.87 | 58.1 | - |
| YUV | 126.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 202 | 0 | 0.64 | 0.01 | 0.2 | 300.92 | 0.56 | 0.54 |
| Hex | CC | 49 | CA | 0 | 40 | 1 | 14 | 12D | 38 | 36 |
| Octal | 314 | 111 | 312 | 0 | 100 | 1 | 24 | 455 | 70 | 66 |
| Binary | 11001100 | 1001001 | 11001010 | 0 | 1000000 | 1 | 10100 | 100101101 | 111000 | 110110 |
Color Harmonies of #CC49CA
Complementary color
Monochromatic Colors of #CC49CA
Black with #CC49CA
Text Example
Text Example
White with #CC49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49CA; }
p { color: rgb(204,73,202); }
H1.HeaderClassName
{
color: #CC49CA;
}
.AnyTagClassName
{
color: #CC49CA;
}
</style>
background-color css
<style>
a { background-color: #CC49CA; }
a { background-color: rgb(204,73,202); }
div.DivClassName
{
background-color: #CC49CA;
}
.BgClassName
{
background-color: #CC49CA;
}
</style>
border-color css
<style>
span { border-color: #CC49CA; }
span { border-color: rgb(204,73,202); }
td.TdClassName
{
border-color: #CC49CA;
}
.TagClassName
{
border-color: #CC49CA;
}
</style>