Shades of Fuchsia #C62CB9
Tints of Fuchsia #C62CB9
RGB
CMYK
RGB Variations
Color information
#C62CB9 (or 0xC62CB9) is known color: Fuchsia. HEX triplet: C6, 2C and B9. RGB value is (198,44,185). Sum of RGB (Red+Green+Blue) = 198+44+185=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CB9 is #39D346. Grayscale: #696969. Windows color (decimal): -3789639 or 12135622. OLE color: 12135622.
HSL color Cylindrical-coordinate representation of color #C62CB9: hue angle of 305.06º 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 #C62CB9 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 185 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.22 |
| HSL | 305.06º | 0.64% | 0.47% | - |
| HSV(B) | 305.06º | 0.78% | 0.78% | - |
| XYZ | 32.95 | 17.31 | 47.5 | - |
| YUV | 106.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 185 | 0 | 0.78 | 0.07 | 0.22 | 305.06 | 0.64 | 0.47 |
| Hex | C6 | 2C | B9 | 0 | 4E | 7 | 16 | 131 | 40 | 2F |
| Octal | 306 | 54 | 271 | 0 | 116 | 7 | 26 | 461 | 100 | 57 |
| Binary | 11000110 | 101100 | 10111001 | 0 | 1001110 | 111 | 10110 | 100110001 | 1000000 | 101111 |
Color Harmonies of #C62CB9
Complementary color
Monochromatic Colors of #C62CB9
Black with #C62CB9
Text Example
Text Example
White with #C62CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CB9; }
p { color: rgb(198,44,185); }
H1.HeaderClassName
{
color: #C62CB9;
}
.AnyTagClassName
{
color: #C62CB9;
}
</style>
background-color css
<style>
a { background-color: #C62CB9; }
a { background-color: rgb(198,44,185); }
div.DivClassName
{
background-color: #C62CB9;
}
.BgClassName
{
background-color: #C62CB9;
}
</style>
border-color css
<style>
span { border-color: #C62CB9; }
span { border-color: rgb(198,44,185); }
td.TdClassName
{
border-color: #C62CB9;
}
.TagClassName
{
border-color: #C62CB9;
}
</style>