Shades of Fuchsia #C636D0
Tints of Fuchsia #C636D0
RGB
CMYK
RGB Variations
Color information
#C636D0 (or 0xC636D0) is known color: Fuchsia. HEX triplet: C6, 36 and D0. RGB value is (198,54,208). Sum of RGB (Red+Green+Blue) = 198+54+208=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #C636D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C636D0 is #39C92F. Grayscale: #727272. Windows color (decimal): -3787056 or 13645510. OLE color: 13645510.
HSL color Cylindrical-coordinate representation of color #C636D0: hue angle of 296.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C636D0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 54 | 208 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.18 |
| HSL | 296.1º | 0.62% | 0.51% | - |
| HSV(B) | 296.1º | 0.74% | 0.82% | - |
| XYZ | 35.99 | 19.2 | 61.48 | - |
| YUV | 114.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 208 | 0.05 | 0.74 | 0 | 0.18 | 296.1 | 0.62 | 0.51 |
| Hex | C6 | 36 | D0 | 5 | 4A | 0 | 12 | 128 | 3E | 33 |
| Octal | 306 | 66 | 320 | 5 | 112 | 0 | 22 | 450 | 76 | 63 |
| Binary | 11000110 | 110110 | 11010000 | 101 | 1001010 | 0 | 10010 | 100101000 | 111110 | 110011 |
Color Harmonies of #C636D0
Complementary color
Monochromatic Colors of #C636D0
Black with #C636D0
Text Example
Text Example
White with #C636D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636D0; }
p { color: rgb(198,54,208); }
H1.HeaderClassName
{
color: #C636D0;
}
.AnyTagClassName
{
color: #C636D0;
}
</style>
background-color css
<style>
a { background-color: #C636D0; }
a { background-color: rgb(198,54,208); }
div.DivClassName
{
background-color: #C636D0;
}
.BgClassName
{
background-color: #C636D0;
}
</style>
border-color css
<style>
span { border-color: #C636D0; }
span { border-color: rgb(198,54,208); }
td.TdClassName
{
border-color: #C636D0;
}
.TagClassName
{
border-color: #C636D0;
}
</style>