Shades of Fuchsia #CC49C1
Tints of Fuchsia #CC49C1
RGB
CMYK
RGB Variations
Color information
#CC49C1 (or 0xCC49C1) is known color: Fuchsia. HEX triplet: CC, 49 and C1. RGB value is (204,73,193). Sum of RGB (Red+Green+Blue) = 204+73+193=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C1 is #33B63E. Grayscale: #7D7D7D. Windows color (decimal): -3388991 or 12667340. OLE color: 12667340.
HSL color Cylindrical-coordinate representation of color #CC49C1: hue angle of 305.04º 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 #CC49C1 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 193 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.2 |
| HSL | 305.04º | 0.56% | 0.54% | - |
| HSV(B) | 305.04º | 0.64% | 0.8% | - |
| XYZ | 36.91 | 21.45 | 52.65 | - |
| YUV | 125.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 193 | 0 | 0.64 | 0.05 | 0.2 | 305.04 | 0.56 | 0.54 |
| Hex | CC | 49 | C1 | 0 | 40 | 5 | 14 | 131 | 38 | 36 |
| Octal | 314 | 111 | 301 | 0 | 100 | 5 | 24 | 461 | 70 | 66 |
| Binary | 11001100 | 1001001 | 11000001 | 0 | 1000000 | 101 | 10100 | 100110001 | 111000 | 110110 |
Color Harmonies of #CC49C1
Complementary color
Monochromatic Colors of #CC49C1
Black with #CC49C1
Text Example
Text Example
White with #CC49C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49C1; }
p { color: rgb(204,73,193); }
H1.HeaderClassName
{
color: #CC49C1;
}
.AnyTagClassName
{
color: #CC49C1;
}
</style>
background-color css
<style>
a { background-color: #CC49C1; }
a { background-color: rgb(204,73,193); }
div.DivClassName
{
background-color: #CC49C1;
}
.BgClassName
{
background-color: #CC49C1;
}
</style>
border-color css
<style>
span { border-color: #CC49C1; }
span { border-color: rgb(204,73,193); }
td.TdClassName
{
border-color: #CC49C1;
}
.TagClassName
{
border-color: #CC49C1;
}
</style>