Shades of Fuchsia #C62FAF
Tints of Fuchsia #C62FAF
RGB
CMYK
RGB Variations
Color information
#C62FAF (or 0xC62FAF) is known color: Fuchsia. HEX triplet: C6, 2F and AF. RGB value is (198,47,175). Sum of RGB (Red+Green+Blue) = 198+47+175=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62FAF is #39D050. Grayscale: #6A6A6A. Windows color (decimal): -3788881 or 11481030. OLE color: 11481030.
HSL color Cylindrical-coordinate representation of color #C62FAF: hue angle of 309.14º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FAF is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 175 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.14º | 0.62% | 0.48% | - |
| HSV(B) | 309.14º | 0.76% | 0.78% | - |
| XYZ | 32.04 | 17.13 | 42.18 | - |
| YUV | 106.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 175 | 0 | 0.76 | 0.12 | 0.22 | 309.14 | 0.62 | 0.48 |
| Hex | C6 | 2F | AF | 0 | 4C | C | 16 | 135 | 3E | 30 |
| Octal | 306 | 57 | 257 | 0 | 114 | 14 | 26 | 465 | 76 | 60 |
| Binary | 11000110 | 101111 | 10101111 | 0 | 1001100 | 1100 | 10110 | 100110101 | 111110 | 110000 |
Color Harmonies of #C62FAF
Complementary color
Monochromatic Colors of #C62FAF
Black with #C62FAF
Text Example
Text Example
White with #C62FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FAF; }
p { color: rgb(198,47,175); }
H1.HeaderClassName
{
color: #C62FAF;
}
.AnyTagClassName
{
color: #C62FAF;
}
</style>
background-color css
<style>
a { background-color: #C62FAF; }
a { background-color: rgb(198,47,175); }
div.DivClassName
{
background-color: #C62FAF;
}
.BgClassName
{
background-color: #C62FAF;
}
</style>
border-color css
<style>
span { border-color: #C62FAF; }
span { border-color: rgb(198,47,175); }
td.TdClassName
{
border-color: #C62FAF;
}
.TagClassName
{
border-color: #C62FAF;
}
</style>