Shades of Fuchsia #C466CC
Tints of Fuchsia #C466CC
RGB
CMYK
RGB Variations
Color information
#C466CC (or 0xC466CC) is known color: Fuchsia. HEX triplet: C4, 66 and CC. RGB value is (196,102,204). Sum of RGB (Red+Green+Blue) = 196+102+204=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C466CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CC is #3B9933. Grayscale: #8D8D8D. Windows color (decimal): -3905844 or 13395652. OLE color: 13395652.
HSL color Cylindrical-coordinate representation of color #C466CC: hue angle of 295.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C466CC is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 102 | 204 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.2 |
| HSL | 295.29º | 0.5% | 0.6% | - |
| HSV(B) | 295.29º | 0.5% | 0.8% | - |
| XYZ | 38.42 | 25.6 | 60.04 | - |
| YUV | 141.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 204 | 0.04 | 0.5 | 0 | 0.2 | 295.29 | 0.5 | 0.6 |
| Hex | C4 | 66 | CC | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 304 | 146 | 314 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000100 | 1100110 | 11001100 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C466CC
Complementary color
Monochromatic Colors of #C466CC
Black with #C466CC
Text Example
Text Example
White with #C466CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466CC; }
p { color: rgb(196,102,204); }
H1.HeaderClassName
{
color: #C466CC;
}
.AnyTagClassName
{
color: #C466CC;
}
</style>
background-color css
<style>
a { background-color: #C466CC; }
a { background-color: rgb(196,102,204); }
div.DivClassName
{
background-color: #C466CC;
}
.BgClassName
{
background-color: #C466CC;
}
</style>
border-color css
<style>
span { border-color: #C466CC; }
span { border-color: rgb(196,102,204); }
td.TdClassName
{
border-color: #C466CC;
}
.TagClassName
{
border-color: #C466CC;
}
</style>