Shades of Fuchsia #C446CC
Tints of Fuchsia #C446CC
RGB
CMYK
RGB Variations
Color information
#C446CC (or 0xC446CC) is known color: Fuchsia. HEX triplet: C4, 46 and CC. RGB value is (196,70,204). Sum of RGB (Red+Green+Blue) = 196+70+204=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C446CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446CC is #3BB933. Grayscale: #7A7A7A. Windows color (decimal): -3914036 or 13387460. OLE color: 13387460.
HSL color Cylindrical-coordinate representation of color #C446CC: hue angle of 296.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C446CC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 70 | 204 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.2 |
| HSL | 296.42º | 0.57% | 0.54% | - |
| HSV(B) | 296.42º | 0.66% | 0.8% | - |
| XYZ | 35.85 | 20.48 | 59.19 | - |
| YUV | 122.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 204 | 0.04 | 0.66 | 0 | 0.2 | 296.42 | 0.57 | 0.54 |
| Hex | C4 | 46 | CC | 4 | 42 | 0 | 14 | 128 | 39 | 36 |
| Octal | 304 | 106 | 314 | 4 | 102 | 0 | 24 | 450 | 71 | 66 |
| Binary | 11000100 | 1000110 | 11001100 | 100 | 1000010 | 0 | 10100 | 100101000 | 111001 | 110110 |
Color Harmonies of #C446CC
Complementary color
Monochromatic Colors of #C446CC
Black with #C446CC
Text Example
Text Example
White with #C446CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446CC; }
p { color: rgb(196,70,204); }
H1.HeaderClassName
{
color: #C446CC;
}
.AnyTagClassName
{
color: #C446CC;
}
</style>
background-color css
<style>
a { background-color: #C446CC; }
a { background-color: rgb(196,70,204); }
div.DivClassName
{
background-color: #C446CC;
}
.BgClassName
{
background-color: #C446CC;
}
</style>
border-color css
<style>
span { border-color: #C446CC; }
span { border-color: rgb(196,70,204); }
td.TdClassName
{
border-color: #C446CC;
}
.TagClassName
{
border-color: #C446CC;
}
</style>