Shades of Fuchsia #C62BBC
Tints of Fuchsia #C62BBC
RGB
CMYK
RGB Variations
Color information
#C62BBC (or 0xC62BBC) is known color: Fuchsia. HEX triplet: C6, 2B and BC. RGB value is (198,43,188). Sum of RGB (Red+Green+Blue) = 198+43+188=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBC is #39D443. Grayscale: #696969. Windows color (decimal): -3789892 or 12331974. OLE color: 12331974.
HSL color Cylindrical-coordinate representation of color #C62BBC: hue angle of 303.87º 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 #C62BBC is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 188 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.22 |
| HSL | 303.87º | 0.64% | 0.47% | - |
| HSV(B) | 303.87º | 0.78% | 0.78% | - |
| XYZ | 33.23 | 17.36 | 49.18 | - |
| YUV | 105.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 188 | 0 | 0.78 | 0.05 | 0.22 | 303.87 | 0.64 | 0.47 |
| Hex | C6 | 2B | BC | 0 | 4E | 5 | 16 | 130 | 40 | 2F |
| Octal | 306 | 53 | 274 | 0 | 116 | 5 | 26 | 460 | 100 | 57 |
| Binary | 11000110 | 101011 | 10111100 | 0 | 1001110 | 101 | 10110 | 100110000 | 1000000 | 101111 |
Color Harmonies of #C62BBC
Complementary color
Monochromatic Colors of #C62BBC
Black with #C62BBC
Text Example
Text Example
White with #C62BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BBC; }
p { color: rgb(198,43,188); }
H1.HeaderClassName
{
color: #C62BBC;
}
.AnyTagClassName
{
color: #C62BBC;
}
</style>
background-color css
<style>
a { background-color: #C62BBC; }
a { background-color: rgb(198,43,188); }
div.DivClassName
{
background-color: #C62BBC;
}
.BgClassName
{
background-color: #C62BBC;
}
</style>
border-color css
<style>
span { border-color: #C62BBC; }
span { border-color: rgb(198,43,188); }
td.TdClassName
{
border-color: #C62BBC;
}
.TagClassName
{
border-color: #C62BBC;
}
</style>