Shades of Fuchsia #C449CC
Tints of Fuchsia #C449CC
RGB
CMYK
RGB Variations
Color information
#C449CC (or 0xC449CC) is known color: Fuchsia. HEX triplet: C4, 49 and CC. RGB value is (196,73,204). Sum of RGB (Red+Green+Blue) = 196+73+204=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C449CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449CC is #3BB633. Grayscale: #7C7C7C. Windows color (decimal): -3913268 or 13388228. OLE color: 13388228.
HSL color Cylindrical-coordinate representation of color #C449CC: hue angle of 296.34º 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 #C449CC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 73 | 204 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.2 |
| HSL | 296.34º | 0.56% | 0.54% | - |
| HSV(B) | 296.34º | 0.64% | 0.8% | - |
| XYZ | 36.05 | 20.86 | 59.25 | - |
| YUV | 124.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 204 | 0.04 | 0.64 | 0 | 0.2 | 296.34 | 0.56 | 0.54 |
| Hex | C4 | 49 | CC | 4 | 40 | 0 | 14 | 128 | 38 | 36 |
| Octal | 304 | 111 | 314 | 4 | 100 | 0 | 24 | 450 | 70 | 66 |
| Binary | 11000100 | 1001001 | 11001100 | 100 | 1000000 | 0 | 10100 | 100101000 | 111000 | 110110 |
Color Harmonies of #C449CC
Complementary color
Monochromatic Colors of #C449CC
Black with #C449CC
Text Example
Text Example
White with #C449CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C449CC; }
p { color: rgb(196,73,204); }
H1.HeaderClassName
{
color: #C449CC;
}
.AnyTagClassName
{
color: #C449CC;
}
</style>
background-color css
<style>
a { background-color: #C449CC; }
a { background-color: rgb(196,73,204); }
div.DivClassName
{
background-color: #C449CC;
}
.BgClassName
{
background-color: #C449CC;
}
</style>
border-color css
<style>
span { border-color: #C449CC; }
span { border-color: rgb(196,73,204); }
td.TdClassName
{
border-color: #C449CC;
}
.TagClassName
{
border-color: #C449CC;
}
</style>