Shades of Fuchsia #C62BB4
Tints of Fuchsia #C62BB4
RGB
CMYK
RGB Variations
Color information
#C62BB4 (or 0xC62BB4) is known color: Fuchsia. HEX triplet: C6, 2B and B4. RGB value is (198,43,180). Sum of RGB (Red+Green+Blue) = 198+43+180=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BB4 is #39D44B. Grayscale: #686868. Windows color (decimal): -3789900 or 11807686. OLE color: 11807686.
HSL color Cylindrical-coordinate representation of color #C62BB4: hue angle of 306.97º 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 #C62BB4 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 180 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.22 |
| HSL | 306.97º | 0.64% | 0.47% | - |
| HSV(B) | 306.97º | 0.78% | 0.78% | - |
| XYZ | 32.39 | 17.03 | 44.76 | - |
| YUV | 104.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 180 | 0 | 0.78 | 0.09 | 0.22 | 306.97 | 0.64 | 0.47 |
| Hex | C6 | 2B | B4 | 0 | 4E | 9 | 16 | 133 | 40 | 2F |
| Octal | 306 | 53 | 264 | 0 | 116 | 11 | 26 | 463 | 100 | 57 |
| Binary | 11000110 | 101011 | 10110100 | 0 | 1001110 | 1001 | 10110 | 100110011 | 1000000 | 101111 |
Color Harmonies of #C62BB4
Complementary color
Monochromatic Colors of #C62BB4
Black with #C62BB4
Text Example
Text Example
White with #C62BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BB4; }
p { color: rgb(198,43,180); }
H1.HeaderClassName
{
color: #C62BB4;
}
.AnyTagClassName
{
color: #C62BB4;
}
</style>
background-color css
<style>
a { background-color: #C62BB4; }
a { background-color: rgb(198,43,180); }
div.DivClassName
{
background-color: #C62BB4;
}
.BgClassName
{
background-color: #C62BB4;
}
</style>
border-color css
<style>
span { border-color: #C62BB4; }
span { border-color: rgb(198,43,180); }
td.TdClassName
{
border-color: #C62BB4;
}
.TagClassName
{
border-color: #C62BB4;
}
</style>