Shades of Fuchsia #C460CC
Tints of Fuchsia #C460CC
RGB
CMYK
RGB Variations
Color information
#C460CC (or 0xC460CC) is known color: Fuchsia. HEX triplet: C4, 60 and CC. RGB value is (196,96,204). Sum of RGB (Red+Green+Blue) = 196+96+204=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C460CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CC is #3B9F33. Grayscale: #898989. Windows color (decimal): -3907380 or 13394116. OLE color: 13394116.
HSL color Cylindrical-coordinate representation of color #C460CC: hue angle of 295.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C460CC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 96 | 204 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.2 |
| HSL | 295.56º | 0.51% | 0.59% | - |
| HSV(B) | 295.56º | 0.53% | 0.8% | - |
| XYZ | 37.85 | 24.46 | 59.85 | - |
| YUV | 138.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 204 | 0.04 | 0.53 | 0 | 0.2 | 295.56 | 0.51 | 0.59 |
| Hex | C4 | 60 | CC | 4 | 35 | 0 | 14 | 128 | 33 | 3B |
| Octal | 304 | 140 | 314 | 4 | 65 | 0 | 24 | 450 | 63 | 73 |
| Binary | 11000100 | 1100000 | 11001100 | 100 | 110101 | 0 | 10100 | 100101000 | 110011 | 111011 |
Color Harmonies of #C460CC
Complementary color
Monochromatic Colors of #C460CC
Black with #C460CC
Text Example
Text Example
White with #C460CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460CC; }
p { color: rgb(196,96,204); }
H1.HeaderClassName
{
color: #C460CC;
}
.AnyTagClassName
{
color: #C460CC;
}
</style>
background-color css
<style>
a { background-color: #C460CC; }
a { background-color: rgb(196,96,204); }
div.DivClassName
{
background-color: #C460CC;
}
.BgClassName
{
background-color: #C460CC;
}
</style>
border-color css
<style>
span { border-color: #C460CC; }
span { border-color: rgb(196,96,204); }
td.TdClassName
{
border-color: #C460CC;
}
.TagClassName
{
border-color: #C460CC;
}
</style>