Shades of Fuchsia #C63FCE
Tints of Fuchsia #C63FCE
RGB
CMYK
RGB Variations
Color information
#C63FCE (or 0xC63FCE) is known color: Fuchsia. HEX triplet: C6, 3F and CE. RGB value is (198,63,206). Sum of RGB (Red+Green+Blue) = 198+63+206=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCE is #39C031. Grayscale: #777777. Windows color (decimal): -3784754 or 13516742. OLE color: 13516742.
HSL color Cylindrical-coordinate representation of color #C63FCE: hue angle of 296.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FCE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 63 | 206 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.64º | 0.59% | 0.53% | - |
| HSV(B) | 296.64º | 0.69% | 0.81% | - |
| XYZ | 36.21 | 20.02 | 60.35 | - |
| YUV | 119.67 | 176.73 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 206 | 0.04 | 0.69 | 0 | 0.19 | 296.64 | 0.59 | 0.53 |
| Hex | C6 | 3F | CE | 4 | 45 | 0 | 13 | 129 | 3B | 35 |
| Octal | 306 | 77 | 316 | 4 | 105 | 0 | 23 | 451 | 73 | 65 |
| Binary | 11000110 | 111111 | 11001110 | 100 | 1000101 | 0 | 10011 | 100101001 | 111011 | 110101 |
Color Harmonies of #C63FCE
Complementary color
Monochromatic Colors of #C63FCE
Black with #C63FCE
Text Example
Text Example
White with #C63FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FCE; }
p { color: rgb(198,63,206); }
H1.HeaderClassName
{
color: #C63FCE;
}
.AnyTagClassName
{
color: #C63FCE;
}
</style>
background-color css
<style>
a { background-color: #C63FCE; }
a { background-color: rgb(198,63,206); }
div.DivClassName
{
background-color: #C63FCE;
}
.BgClassName
{
background-color: #C63FCE;
}
</style>
border-color css
<style>
span { border-color: #C63FCE; }
span { border-color: rgb(198,63,206); }
td.TdClassName
{
border-color: #C63FCE;
}
.TagClassName
{
border-color: #C63FCE;
}
</style>