Shades of Fuchsia #C635D0
Tints of Fuchsia #C635D0
RGB
CMYK
RGB Variations
Color information
#C635D0 (or 0xC635D0) is known color: Fuchsia. HEX triplet: C6, 35 and D0. RGB value is (198,53,208). Sum of RGB (Red+Green+Blue) = 198+53+208=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C635D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C635D0 is #39CA2F. Grayscale: #717171. Windows color (decimal): -3787312 or 13645254. OLE color: 13645254.
HSL color Cylindrical-coordinate representation of color #C635D0: hue angle of 296.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C635D0 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 53 | 208 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.18 |
| HSL | 296.13º | 0.62% | 0.51% | - |
| HSV(B) | 296.13º | 0.75% | 0.82% | - |
| XYZ | 35.95 | 19.11 | 61.47 | - |
| YUV | 114.03 | 181.04 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 208 | 0.05 | 0.75 | 0 | 0.18 | 296.13 | 0.62 | 0.51 |
| Hex | C6 | 35 | D0 | 5 | 4B | 0 | 12 | 128 | 3E | 33 |
| Octal | 306 | 65 | 320 | 5 | 113 | 0 | 22 | 450 | 76 | 63 |
| Binary | 11000110 | 110101 | 11010000 | 101 | 1001011 | 0 | 10010 | 100101000 | 111110 | 110011 |
Color Harmonies of #C635D0
Complementary color
Monochromatic Colors of #C635D0
Black with #C635D0
Text Example
Text Example
White with #C635D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635D0; }
p { color: rgb(198,53,208); }
H1.HeaderClassName
{
color: #C635D0;
}
.AnyTagClassName
{
color: #C635D0;
}
</style>
background-color css
<style>
a { background-color: #C635D0; }
a { background-color: rgb(198,53,208); }
div.DivClassName
{
background-color: #C635D0;
}
.BgClassName
{
background-color: #C635D0;
}
</style>
border-color css
<style>
span { border-color: #C635D0; }
span { border-color: rgb(198,53,208); }
td.TdClassName
{
border-color: #C635D0;
}
.TagClassName
{
border-color: #C635D0;
}
</style>