Shades of Fuchsia #C62BB9
Tints of Fuchsia #C62BB9
RGB
CMYK
RGB Variations
Color information
#C62BB9 (or 0xC62BB9) is known color: Fuchsia. HEX triplet: C6, 2B and B9. RGB value is (198,43,185). Sum of RGB (Red+Green+Blue) = 198+43+185=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BB9 is #39D446. Grayscale: #696969. Windows color (decimal): -3789895 or 12135366. OLE color: 12135366.
HSL color Cylindrical-coordinate representation of color #C62BB9: hue angle of 305.03º 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 #C62BB9 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 185 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.22 |
| HSL | 305.03º | 0.64% | 0.47% | - |
| HSV(B) | 305.03º | 0.78% | 0.78% | - |
| XYZ | 32.91 | 17.24 | 47.49 | - |
| YUV | 105.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 185 | 0 | 0.78 | 0.07 | 0.22 | 305.03 | 0.64 | 0.47 |
| Hex | C6 | 2B | B9 | 0 | 4E | 7 | 16 | 131 | 40 | 2F |
| Octal | 306 | 53 | 271 | 0 | 116 | 7 | 26 | 461 | 100 | 57 |
| Binary | 11000110 | 101011 | 10111001 | 0 | 1001110 | 111 | 10110 | 100110001 | 1000000 | 101111 |
Color Harmonies of #C62BB9
Complementary color
Monochromatic Colors of #C62BB9
Black with #C62BB9
Text Example
Text Example
White with #C62BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BB9; }
p { color: rgb(198,43,185); }
H1.HeaderClassName
{
color: #C62BB9;
}
.AnyTagClassName
{
color: #C62BB9;
}
</style>
background-color css
<style>
a { background-color: #C62BB9; }
a { background-color: rgb(198,43,185); }
div.DivClassName
{
background-color: #C62BB9;
}
.BgClassName
{
background-color: #C62BB9;
}
</style>
border-color css
<style>
span { border-color: #C62BB9; }
span { border-color: rgb(198,43,185); }
td.TdClassName
{
border-color: #C62BB9;
}
.TagClassName
{
border-color: #C62BB9;
}
</style>