Shades of Fuchsia #C62BC0
Tints of Fuchsia #C62BC0
RGB
CMYK
RGB Variations
Color information
#C62BC0 (or 0xC62BC0) is known color: Fuchsia. HEX triplet: C6, 2B and C0. RGB value is (198,43,192). Sum of RGB (Red+Green+Blue) = 198+43+192=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BC0 is #39D43F. Grayscale: #696969. Windows color (decimal): -3789888 or 12594118. OLE color: 12594118.
HSL color Cylindrical-coordinate representation of color #C62BC0: hue angle of 302.32º 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 #C62BC0 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 192 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.22 |
| HSL | 302.32º | 0.64% | 0.47% | - |
| HSV(B) | 302.32º | 0.78% | 0.78% | - |
| XYZ | 33.67 | 17.54 | 51.48 | - |
| YUV | 106.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 192 | 0 | 0.78 | 0.03 | 0.22 | 302.32 | 0.64 | 0.47 |
| Hex | C6 | 2B | C0 | 0 | 4E | 3 | 16 | 12E | 40 | 2F |
| Octal | 306 | 53 | 300 | 0 | 116 | 3 | 26 | 456 | 100 | 57 |
| Binary | 11000110 | 101011 | 11000000 | 0 | 1001110 | 11 | 10110 | 100101110 | 1000000 | 101111 |
Color Harmonies of #C62BC0
Complementary color
Monochromatic Colors of #C62BC0
Black with #C62BC0
Text Example
Text Example
White with #C62BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BC0; }
p { color: rgb(198,43,192); }
H1.HeaderClassName
{
color: #C62BC0;
}
.AnyTagClassName
{
color: #C62BC0;
}
</style>
background-color css
<style>
a { background-color: #C62BC0; }
a { background-color: rgb(198,43,192); }
div.DivClassName
{
background-color: #C62BC0;
}
.BgClassName
{
background-color: #C62BC0;
}
</style>
border-color css
<style>
span { border-color: #C62BC0; }
span { border-color: rgb(198,43,192); }
td.TdClassName
{
border-color: #C62BC0;
}
.TagClassName
{
border-color: #C62BC0;
}
</style>