Shades of Fuchsia #CC49C3
Tints of Fuchsia #CC49C3
RGB
CMYK
RGB Variations
Color information
#CC49C3 (or 0xCC49C3) is known color: Fuchsia. HEX triplet: CC, 49 and C3. RGB value is (204,73,195). Sum of RGB (Red+Green+Blue) = 204+73+195=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C3 is #33B63C. Grayscale: #7D7D7D. Windows color (decimal): -3388989 or 12798412. OLE color: 12798412.
HSL color Cylindrical-coordinate representation of color #CC49C3: hue angle of 304.12º 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 #CC49C3 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 195 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.2 |
| HSL | 304.12º | 0.56% | 0.54% | - |
| HSV(B) | 304.12º | 0.64% | 0.8% | - |
| XYZ | 37.13 | 21.54 | 53.83 | - |
| YUV | 126.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 195 | 0 | 0.64 | 0.04 | 0.2 | 304.12 | 0.56 | 0.54 |
| Hex | CC | 49 | C3 | 0 | 40 | 4 | 14 | 130 | 38 | 36 |
| Octal | 314 | 111 | 303 | 0 | 100 | 4 | 24 | 460 | 70 | 66 |
| Binary | 11001100 | 1001001 | 11000011 | 0 | 1000000 | 100 | 10100 | 100110000 | 111000 | 110110 |
Color Harmonies of #CC49C3
Complementary color
Monochromatic Colors of #CC49C3
Black with #CC49C3
Text Example
Text Example
White with #CC49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49C3; }
p { color: rgb(204,73,195); }
H1.HeaderClassName
{
color: #CC49C3;
}
.AnyTagClassName
{
color: #CC49C3;
}
</style>
background-color css
<style>
a { background-color: #CC49C3; }
a { background-color: rgb(204,73,195); }
div.DivClassName
{
background-color: #CC49C3;
}
.BgClassName
{
background-color: #CC49C3;
}
</style>
border-color css
<style>
span { border-color: #CC49C3; }
span { border-color: rgb(204,73,195); }
td.TdClassName
{
border-color: #CC49C3;
}
.TagClassName
{
border-color: #CC49C3;
}
</style>