Shades of Fuchsia #C62ABA
Tints of Fuchsia #C62ABA
RGB
CMYK
RGB Variations
Color information
#C62ABA (or 0xC62ABA) is known color: Fuchsia. HEX triplet: C6, 2A and BA. RGB value is (198,42,186). Sum of RGB (Red+Green+Blue) = 198+42+186=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C62ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ABA is #39D545. Grayscale: #686868. Windows color (decimal): -3790150 or 12200646. OLE color: 12200646.
HSL color Cylindrical-coordinate representation of color #C62ABA: hue angle of 304.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62ABA is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 186 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.22 |
| HSL | 304.62º | 0.65% | 0.47% | - |
| HSV(B) | 304.62º | 0.79% | 0.78% | - |
| XYZ | 32.98 | 17.21 | 48.04 | - |
| YUV | 105.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 186 | 0 | 0.79 | 0.06 | 0.22 | 304.62 | 0.65 | 0.47 |
| Hex | C6 | 2A | BA | 0 | 4F | 6 | 16 | 131 | 41 | 2F |
| Octal | 306 | 52 | 272 | 0 | 117 | 6 | 26 | 461 | 101 | 57 |
| Binary | 11000110 | 101010 | 10111010 | 0 | 1001111 | 110 | 10110 | 100110001 | 1000001 | 101111 |
Color Harmonies of #C62ABA
Complementary color
Monochromatic Colors of #C62ABA
Black with #C62ABA
Text Example
Text Example
White with #C62ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ABA; }
p { color: rgb(198,42,186); }
H1.HeaderClassName
{
color: #C62ABA;
}
.AnyTagClassName
{
color: #C62ABA;
}
</style>
background-color css
<style>
a { background-color: #C62ABA; }
a { background-color: rgb(198,42,186); }
div.DivClassName
{
background-color: #C62ABA;
}
.BgClassName
{
background-color: #C62ABA;
}
</style>
border-color css
<style>
span { border-color: #C62ABA; }
span { border-color: rgb(198,42,186); }
td.TdClassName
{
border-color: #C62ABA;
}
.TagClassName
{
border-color: #C62ABA;
}
</style>