Shades of Fuchsia #C63CCE
Tints of Fuchsia #C63CCE
RGB
CMYK
RGB Variations
Color information
#C63CCE (or 0xC63CCE) is known color: Fuchsia. HEX triplet: C6, 3C and CE. RGB value is (198,60,206). Sum of RGB (Red+Green+Blue) = 198+60+206=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #C63CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCE is #39C331. Grayscale: #757575. Windows color (decimal): -3785522 or 13515974. OLE color: 13515974.
HSL color Cylindrical-coordinate representation of color #C63CCE: hue angle of 296.71º 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 #C63CCE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 60 | 206 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.19 |
| HSL | 296.71º | 0.6% | 0.52% | - |
| HSV(B) | 296.71º | 0.71% | 0.81% | - |
| XYZ | 36.05 | 19.69 | 60.29 | - |
| YUV | 117.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 206 | 0.04 | 0.71 | 0 | 0.19 | 296.71 | 0.6 | 0.52 |
| Hex | C6 | 3C | CE | 4 | 47 | 0 | 13 | 129 | 3C | 34 |
| Octal | 306 | 74 | 316 | 4 | 107 | 0 | 23 | 451 | 74 | 64 |
| Binary | 11000110 | 111100 | 11001110 | 100 | 1000111 | 0 | 10011 | 100101001 | 111100 | 110100 |
Color Harmonies of #C63CCE
Complementary color
Monochromatic Colors of #C63CCE
Black with #C63CCE
Text Example
Text Example
White with #C63CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CCE; }
p { color: rgb(198,60,206); }
H1.HeaderClassName
{
color: #C63CCE;
}
.AnyTagClassName
{
color: #C63CCE;
}
</style>
background-color css
<style>
a { background-color: #C63CCE; }
a { background-color: rgb(198,60,206); }
div.DivClassName
{
background-color: #C63CCE;
}
.BgClassName
{
background-color: #C63CCE;
}
</style>
border-color css
<style>
span { border-color: #C63CCE; }
span { border-color: rgb(198,60,206); }
td.TdClassName
{
border-color: #C63CCE;
}
.TagClassName
{
border-color: #C63CCE;
}
</style>