Shades of Fuchsia #C653AF
Tints of Fuchsia #C653AF
RGB
CMYK
RGB Variations
Color information
#C653AF (or 0xC653AF) is known color: Fuchsia. HEX triplet: C6, 53 and AF. RGB value is (198,83,175). Sum of RGB (Red+Green+Blue) = 198+83+175=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C653AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653AF is #39AC50. Grayscale: #7F7F7F. Windows color (decimal): -3779665 or 11490246. OLE color: 11490246.
HSL color Cylindrical-coordinate representation of color #C653AF: hue angle of 312º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C653AF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 175 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.22 |
| HSL | 312º | 0.5% | 0.55% | - |
| HSV(B) | 312º | 0.58% | 0.78% | - |
| XYZ | 34.12 | 21.29 | 42.87 | - |
| YUV | 127.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 175 | 0 | 0.58 | 0.12 | 0.22 | 312 | 0.5 | 0.55 |
| Hex | C6 | 53 | AF | 0 | 3A | C | 16 | 138 | 32 | 37 |
| Octal | 306 | 123 | 257 | 0 | 72 | 14 | 26 | 470 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10101111 | 0 | 111010 | 1100 | 10110 | 100111000 | 110010 | 110111 |
Color Harmonies of #C653AF
Complementary color
Monochromatic Colors of #C653AF
Black with #C653AF
Text Example
Text Example
White with #C653AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653AF; }
p { color: rgb(198,83,175); }
H1.HeaderClassName
{
color: #C653AF;
}
.AnyTagClassName
{
color: #C653AF;
}
</style>
background-color css
<style>
a { background-color: #C653AF; }
a { background-color: rgb(198,83,175); }
div.DivClassName
{
background-color: #C653AF;
}
.BgClassName
{
background-color: #C653AF;
}
</style>
border-color css
<style>
span { border-color: #C653AF; }
span { border-color: rgb(198,83,175); }
td.TdClassName
{
border-color: #C653AF;
}
.TagClassName
{
border-color: #C653AF;
}
</style>