Shades of Fuchsia #C65FAE
Tints of Fuchsia #C65FAE
RGB
CMYK
RGB Variations
Color information
#C65FAE (or 0xC65FAE) is known color: Fuchsia. HEX triplet: C6, 5F and AE. RGB value is (198,95,174). Sum of RGB (Red+Green+Blue) = 198+95+174=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAE is #39A051. Grayscale: #868686. Windows color (decimal): -3776594 or 11427782. OLE color: 11427782.
HSL color Cylindrical-coordinate representation of color #C65FAE: hue angle of 313.98º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FAE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 174 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 313.98º | 0.47% | 0.57% | - |
| HSV(B) | 313.98º | 0.52% | 0.78% | - |
| XYZ | 35.02 | 23.25 | 42.69 | - |
| YUV | 134.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 174 | 0 | 0.52 | 0.12 | 0.22 | 313.98 | 0.47 | 0.57 |
| Hex | C6 | 5F | AE | 0 | 34 | C | 16 | 13A | 2F | 39 |
| Octal | 306 | 137 | 256 | 0 | 64 | 14 | 26 | 472 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10101110 | 0 | 110100 | 1100 | 10110 | 100111010 | 101111 | 111001 |
Color Harmonies of #C65FAE
Complementary color
Monochromatic Colors of #C65FAE
Black with #C65FAE
Text Example
Text Example
White with #C65FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FAE; }
p { color: rgb(198,95,174); }
H1.HeaderClassName
{
color: #C65FAE;
}
.AnyTagClassName
{
color: #C65FAE;
}
</style>
background-color css
<style>
a { background-color: #C65FAE; }
a { background-color: rgb(198,95,174); }
div.DivClassName
{
background-color: #C65FAE;
}
.BgClassName
{
background-color: #C65FAE;
}
</style>
border-color css
<style>
span { border-color: #C65FAE; }
span { border-color: rgb(198,95,174); }
td.TdClassName
{
border-color: #C65FAE;
}
.TagClassName
{
border-color: #C65FAE;
}
</style>