Shades of Fuchsia #C63BCE
Tints of Fuchsia #C63BCE
RGB
CMYK
RGB Variations
Color information
#C63BCE (or 0xC63BCE) is known color: Fuchsia. HEX triplet: C6, 3B and CE. RGB value is (198,59,206). Sum of RGB (Red+Green+Blue) = 198+59+206=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BCE is #39C431. Grayscale: #747474. Windows color (decimal): -3785778 or 13515718. OLE color: 13515718.
HSL color Cylindrical-coordinate representation of color #C63BCE: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63BCE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 59 | 206 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.19 |
| HSL | 296.73º | 0.6% | 0.52% | - |
| HSV(B) | 296.73º | 0.71% | 0.81% | - |
| XYZ | 35.99 | 19.59 | 60.28 | - |
| YUV | 117.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 206 | 0.04 | 0.71 | 0 | 0.19 | 296.73 | 0.6 | 0.52 |
| Hex | C6 | 3B | CE | 4 | 47 | 0 | 13 | 129 | 3C | 34 |
| Octal | 306 | 73 | 316 | 4 | 107 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000110 | 111011 | 11001110 | 100 | 1000111 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C63BCE
Complementary color
Monochromatic Colors of #C63BCE
Black with #C63BCE
Text Example
Text Example
White with #C63BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BCE; }
p { color: rgb(198,59,206); }
H1.HeaderClassName
{
color: #C63BCE;
}
.AnyTagClassName
{
color: #C63BCE;
}
</style>
background-color css
<style>
a { background-color: #C63BCE; }
a { background-color: rgb(198,59,206); }
div.DivClassName
{
background-color: #C63BCE;
}
.BgClassName
{
background-color: #C63BCE;
}
</style>
border-color css
<style>
span { border-color: #C63BCE; }
span { border-color: rgb(198,59,206); }
td.TdClassName
{
border-color: #C63BCE;
}
.TagClassName
{
border-color: #C63BCE;
}
</style>