Shades of Fuchsia #C639B1
Tints of Fuchsia #C639B1
RGB
CMYK
RGB Variations
Color information
#C639B1 (or 0xC639B1) is known color: Fuchsia. HEX triplet: C6, 39 and B1. RGB value is (198,57,177). Sum of RGB (Red+Green+Blue) = 198+57+177=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C639B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C639B1 is #39C64E. Grayscale: #707070. Windows color (decimal): -3786319 or 11614662. OLE color: 11614662.
HSL color Cylindrical-coordinate representation of color #C639B1: hue angle of 308.94º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C639B1 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 177 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.22 |
| HSL | 308.94º | 0.55% | 0.5% | - |
| HSV(B) | 308.94º | 0.71% | 0.78% | - |
| XYZ | 32.69 | 18.11 | 43.37 | - |
| YUV | 112.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 177 | 0 | 0.71 | 0.11 | 0.22 | 308.94 | 0.55 | 0.5 |
| Hex | C6 | 39 | B1 | 0 | 47 | B | 16 | 135 | 37 | 32 |
| Octal | 306 | 71 | 261 | 0 | 107 | 13 | 26 | 465 | 67 | 62 |
| Binary | 11000110 | 111001 | 10110001 | 0 | 1000111 | 1011 | 10110 | 100110101 | 110111 | 110010 |
Color Harmonies of #C639B1
Complementary color
Monochromatic Colors of #C639B1
Black with #C639B1
Text Example
Text Example
White with #C639B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C639B1; }
p { color: rgb(198,57,177); }
H1.HeaderClassName
{
color: #C639B1;
}
.AnyTagClassName
{
color: #C639B1;
}
</style>
background-color css
<style>
a { background-color: #C639B1; }
a { background-color: rgb(198,57,177); }
div.DivClassName
{
background-color: #C639B1;
}
.BgClassName
{
background-color: #C639B1;
}
</style>
border-color css
<style>
span { border-color: #C639B1; }
span { border-color: rgb(198,57,177); }
td.TdClassName
{
border-color: #C639B1;
}
.TagClassName
{
border-color: #C639B1;
}
</style>