Shades of Fuchsia #C65AAF
Tints of Fuchsia #C65AAF
RGB
CMYK
RGB Variations
Color information
#C65AAF (or 0xC65AAF) is known color: Fuchsia. HEX triplet: C6, 5A and AF. RGB value is (198,90,175). Sum of RGB (Red+Green+Blue) = 198+90+175=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AAF is #39A550. Grayscale: #838383. Windows color (decimal): -3777873 or 11492038. OLE color: 11492038.
HSL color Cylindrical-coordinate representation of color #C65AAF: hue angle of 312.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AAF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 175 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.22 |
| HSL | 312.78º | 0.49% | 0.56% | - |
| HSV(B) | 312.78º | 0.55% | 0.78% | - |
| XYZ | 34.68 | 22.41 | 43.06 | - |
| YUV | 131.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 175 | 0 | 0.55 | 0.12 | 0.22 | 312.78 | 0.49 | 0.56 |
| Hex | C6 | 5A | AF | 0 | 37 | C | 16 | 139 | 31 | 38 |
| Octal | 306 | 132 | 257 | 0 | 67 | 14 | 26 | 471 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10101111 | 0 | 110111 | 1100 | 10110 | 100111001 | 110001 | 111000 |
Color Harmonies of #C65AAF
Complementary color
Monochromatic Colors of #C65AAF
Black with #C65AAF
Text Example
Text Example
White with #C65AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AAF; }
p { color: rgb(198,90,175); }
H1.HeaderClassName
{
color: #C65AAF;
}
.AnyTagClassName
{
color: #C65AAF;
}
</style>
background-color css
<style>
a { background-color: #C65AAF; }
a { background-color: rgb(198,90,175); }
div.DivClassName
{
background-color: #C65AAF;
}
.BgClassName
{
background-color: #C65AAF;
}
</style>
border-color css
<style>
span { border-color: #C65AAF; }
span { border-color: rgb(198,90,175); }
td.TdClassName
{
border-color: #C65AAF;
}
.TagClassName
{
border-color: #C65AAF;
}
</style>