Shades of Fuchsia #C63DCE
Tints of Fuchsia #C63DCE
RGB
CMYK
RGB Variations
Color information
#C63DCE (or 0xC63DCE) is known color: Fuchsia. HEX triplet: C6, 3D and CE. RGB value is (198,61,206). Sum of RGB (Red+Green+Blue) = 198+61+206=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63DCE is #39C231. Grayscale: #767676. Windows color (decimal): -3785266 or 13516230. OLE color: 13516230.
HSL color Cylindrical-coordinate representation of color #C63DCE: hue angle of 296.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63DCE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 61 | 206 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.19 |
| HSL | 296.69º | 0.6% | 0.52% | - |
| HSV(B) | 296.69º | 0.7% | 0.81% | - |
| XYZ | 36.1 | 19.8 | 60.31 | - |
| YUV | 118.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 206 | 0.04 | 0.70 | 0 | 0.19 | 296.69 | 0.6 | 0.52 |
| Hex | C6 | 3D | CE | 4 | 46 | 0 | 13 | 129 | 3C | 34 |
| Octal | 306 | 75 | 316 | 4 | 106 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000110 | 111101 | 11001110 | 100 | 1000110 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C63DCE
Complementary color
Monochromatic Colors of #C63DCE
Black with #C63DCE
Text Example
Text Example
White with #C63DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DCE; }
p { color: rgb(198,61,206); }
H1.HeaderClassName
{
color: #C63DCE;
}
.AnyTagClassName
{
color: #C63DCE;
}
</style>
background-color css
<style>
a { background-color: #C63DCE; }
a { background-color: rgb(198,61,206); }
div.DivClassName
{
background-color: #C63DCE;
}
.BgClassName
{
background-color: #C63DCE;
}
</style>
border-color css
<style>
span { border-color: #C63DCE; }
span { border-color: rgb(198,61,206); }
td.TdClassName
{
border-color: #C63DCE;
}
.TagClassName
{
border-color: #C63DCE;
}
</style>