Shades of Fuchsia #C63EBE
Tints of Fuchsia #C63EBE
RGB
CMYK
RGB Variations
Color information
#C63EBE (or 0xC63EBE) is known color: Fuchsia. HEX triplet: C6, 3E and BE. RGB value is (198,62,190). Sum of RGB (Red+Green+Blue) = 198+62+190=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C63EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63EBE is #39C141. Grayscale: #747474. Windows color (decimal): -3785026 or 12467910. OLE color: 12467910.
HSL color Cylindrical-coordinate representation of color #C63EBE: hue angle of 303.53º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63EBE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 190 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.22 |
| HSL | 303.53º | 0.54% | 0.51% | - |
| HSV(B) | 303.53º | 0.69% | 0.78% | - |
| XYZ | 34.31 | 19.17 | 50.61 | - |
| YUV | 117.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 190 | 0 | 0.69 | 0.04 | 0.22 | 303.53 | 0.54 | 0.51 |
| Hex | C6 | 3E | BE | 0 | 45 | 4 | 16 | 130 | 36 | 33 |
| Octal | 306 | 76 | 276 | 0 | 105 | 4 | 26 | 460 | 66 | 63 |
| Binary | 11000110 | 111110 | 10111110 | 0 | 1000101 | 100 | 10110 | 100110000 | 110110 | 110011 |
Color Harmonies of #C63EBE
Complementary color
Monochromatic Colors of #C63EBE
Black with #C63EBE
Text Example
Text Example
White with #C63EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EBE; }
p { color: rgb(198,62,190); }
H1.HeaderClassName
{
color: #C63EBE;
}
.AnyTagClassName
{
color: #C63EBE;
}
</style>
background-color css
<style>
a { background-color: #C63EBE; }
a { background-color: rgb(198,62,190); }
div.DivClassName
{
background-color: #C63EBE;
}
.BgClassName
{
background-color: #C63EBE;
}
</style>
border-color css
<style>
span { border-color: #C63EBE; }
span { border-color: rgb(198,62,190); }
td.TdClassName
{
border-color: #C63EBE;
}
.TagClassName
{
border-color: #C63EBE;
}
</style>