Shades of Fuchsia #C62FAE
Tints of Fuchsia #C62FAE
RGB
CMYK
RGB Variations
Color information
#C62FAE (or 0xC62FAE) is known color: Fuchsia. HEX triplet: C6, 2F and AE. RGB value is (198,47,174). Sum of RGB (Red+Green+Blue) = 198+47+174=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62FAE is #39D051. Grayscale: #6A6A6A. Windows color (decimal): -3788882 or 11415494. OLE color: 11415494.
HSL color Cylindrical-coordinate representation of color #C62FAE: hue angle of 309.54º 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 #C62FAE is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 174 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.54º | 0.62% | 0.48% | - |
| HSV(B) | 309.54º | 0.76% | 0.78% | - |
| XYZ | 31.95 | 17.09 | 41.66 | - |
| YUV | 106.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 174 | 0 | 0.76 | 0.12 | 0.22 | 309.54 | 0.62 | 0.48 |
| Hex | C6 | 2F | AE | 0 | 4C | C | 16 | 136 | 3E | 30 |
| Octal | 306 | 57 | 256 | 0 | 114 | 14 | 26 | 466 | 76 | 60 |
| Binary | 11000110 | 101111 | 10101110 | 0 | 1001100 | 1100 | 10110 | 100110110 | 111110 | 110000 |
Color Harmonies of #C62FAE
Complementary color
Monochromatic Colors of #C62FAE
Black with #C62FAE
Text Example
Text Example
White with #C62FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FAE; }
p { color: rgb(198,47,174); }
H1.HeaderClassName
{
color: #C62FAE;
}
.AnyTagClassName
{
color: #C62FAE;
}
</style>
background-color css
<style>
a { background-color: #C62FAE; }
a { background-color: rgb(198,47,174); }
div.DivClassName
{
background-color: #C62FAE;
}
.BgClassName
{
background-color: #C62FAE;
}
</style>
border-color css
<style>
span { border-color: #C62FAE; }
span { border-color: rgb(198,47,174); }
td.TdClassName
{
border-color: #C62FAE;
}
.TagClassName
{
border-color: #C62FAE;
}
</style>