Shades of Fuchsia #C62CBB
Tints of Fuchsia #C62CBB
RGB
CMYK
RGB Variations
Color information
#C62CBB (or 0xC62CBB) is known color: Fuchsia. HEX triplet: C6, 2C and BB. RGB value is (198,44,187). Sum of RGB (Red+Green+Blue) = 198+44+187=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C62CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CBB is #39D344. Grayscale: #696969. Windows color (decimal): -3789637 or 12266694. OLE color: 12266694.
HSL color Cylindrical-coordinate representation of color #C62CBB: hue angle of 304.29º 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 #C62CBB is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 187 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.22 |
| HSL | 304.29º | 0.64% | 0.47% | - |
| HSV(B) | 304.29º | 0.78% | 0.78% | - |
| XYZ | 33.16 | 17.39 | 48.62 | - |
| YUV | 106.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 187 | 0 | 0.78 | 0.06 | 0.22 | 304.29 | 0.64 | 0.47 |
| Hex | C6 | 2C | BB | 0 | 4E | 6 | 16 | 130 | 40 | 2F |
| Octal | 306 | 54 | 273 | 0 | 116 | 6 | 26 | 460 | 100 | 57 |
| Binary | 11000110 | 101100 | 10111011 | 0 | 1001110 | 110 | 10110 | 100110000 | 1000000 | 101111 |
Color Harmonies of #C62CBB
Complementary color
Monochromatic Colors of #C62CBB
Black with #C62CBB
Text Example
Text Example
White with #C62CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CBB; }
p { color: rgb(198,44,187); }
H1.HeaderClassName
{
color: #C62CBB;
}
.AnyTagClassName
{
color: #C62CBB;
}
</style>
background-color css
<style>
a { background-color: #C62CBB; }
a { background-color: rgb(198,44,187); }
div.DivClassName
{
background-color: #C62CBB;
}
.BgClassName
{
background-color: #C62CBB;
}
</style>
border-color css
<style>
span { border-color: #C62CBB; }
span { border-color: rgb(198,44,187); }
td.TdClassName
{
border-color: #C62CBB;
}
.TagClassName
{
border-color: #C62CBB;
}
</style>