Shades of Fuchsia #C62CBA
Tints of Fuchsia #C62CBA
RGB
CMYK
RGB Variations
Color information
#C62CBA (or 0xC62CBA) is known color: Fuchsia. HEX triplet: C6, 2C and BA. RGB value is (198,44,186). Sum of RGB (Red+Green+Blue) = 198+44+186=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CBA is #39D345. Grayscale: #696969. Windows color (decimal): -3789638 or 12201158. OLE color: 12201158.
HSL color Cylindrical-coordinate representation of color #C62CBA: hue angle of 304.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62CBA is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 186 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.22 |
| HSL | 304.68º | 0.64% | 0.47% | - |
| HSV(B) | 304.68º | 0.78% | 0.78% | - |
| XYZ | 33.05 | 17.35 | 48.06 | - |
| YUV | 106.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 186 | 0 | 0.78 | 0.06 | 0.22 | 304.68 | 0.64 | 0.47 |
| Hex | C6 | 2C | BA | 0 | 4E | 6 | 16 | 131 | 40 | 2F |
| Octal | 306 | 54 | 272 | 0 | 116 | 6 | 26 | 461 | 100 | 57 |
| Binary | 11000110 | 101100 | 10111010 | 0 | 1001110 | 110 | 10110 | 100110001 | 1000000 | 101111 |
Color Harmonies of #C62CBA
Complementary color
Monochromatic Colors of #C62CBA
Black with #C62CBA
Text Example
Text Example
White with #C62CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CBA; }
p { color: rgb(198,44,186); }
H1.HeaderClassName
{
color: #C62CBA;
}
.AnyTagClassName
{
color: #C62CBA;
}
</style>
background-color css
<style>
a { background-color: #C62CBA; }
a { background-color: rgb(198,44,186); }
div.DivClassName
{
background-color: #C62CBA;
}
.BgClassName
{
background-color: #C62CBA;
}
</style>
border-color css
<style>
span { border-color: #C62CBA; }
span { border-color: rgb(198,44,186); }
td.TdClassName
{
border-color: #C62CBA;
}
.TagClassName
{
border-color: #C62CBA;
}
</style>