Shades of Fuchsia #C639D0
Tints of Fuchsia #C639D0
RGB
CMYK
RGB Variations
Color information
#C639D0 (or 0xC639D0) is known color: Fuchsia. HEX triplet: C6, 39 and D0. RGB value is (198,57,208). Sum of RGB (Red+Green+Blue) = 198+57+208=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #C639D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C639D0 is #39C62F. Grayscale: #737373. Windows color (decimal): -3786288 or 13646278. OLE color: 13646278.
HSL color Cylindrical-coordinate representation of color #C639D0: hue angle of 296.03º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C639D0 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 57 | 208 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.18 |
| HSL | 296.03º | 0.62% | 0.52% | - |
| HSV(B) | 296.03º | 0.73% | 0.82% | - |
| XYZ | 36.14 | 19.49 | 61.53 | - |
| YUV | 116.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 208 | 0.05 | 0.73 | 0 | 0.18 | 296.03 | 0.62 | 0.52 |
| Hex | C6 | 39 | D0 | 5 | 49 | 0 | 12 | 128 | 3E | 34 |
| Octal | 306 | 71 | 320 | 5 | 111 | 0 | 22 | 450 | 76 | 64 |
| Binary | 11000110 | 111001 | 11010000 | 101 | 1001001 | 0 | 10010 | 100101000 | 111110 | 110100 |
Color Harmonies of #C639D0
Complementary color
Monochromatic Colors of #C639D0
Black with #C639D0
Text Example
Text Example
White with #C639D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C639D0; }
p { color: rgb(198,57,208); }
H1.HeaderClassName
{
color: #C639D0;
}
.AnyTagClassName
{
color: #C639D0;
}
</style>
background-color css
<style>
a { background-color: #C639D0; }
a { background-color: rgb(198,57,208); }
div.DivClassName
{
background-color: #C639D0;
}
.BgClassName
{
background-color: #C639D0;
}
</style>
border-color css
<style>
span { border-color: #C639D0; }
span { border-color: rgb(198,57,208); }
td.TdClassName
{
border-color: #C639D0;
}
.TagClassName
{
border-color: #C639D0;
}
</style>