Shades of Fuchsia #C63BBE
Tints of Fuchsia #C63BBE
RGB
CMYK
RGB Variations
Color information
#C63BBE (or 0xC63BBE) is known color: Fuchsia. HEX triplet: C6, 3B and BE. RGB value is (198,59,190). Sum of RGB (Red+Green+Blue) = 198+59+190=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BBE is #39C441. Grayscale: #737373. Windows color (decimal): -3785794 or 12467142. OLE color: 12467142.
HSL color Cylindrical-coordinate representation of color #C63BBE: hue angle of 303.45º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BBE is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 190 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.22 |
| HSL | 303.45º | 0.55% | 0.5% | - |
| HSV(B) | 303.45º | 0.7% | 0.78% | - |
| XYZ | 34.15 | 18.85 | 50.55 | - |
| YUV | 115.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 190 | 0 | 0.70 | 0.04 | 0.22 | 303.45 | 0.55 | 0.5 |
| Hex | C6 | 3B | BE | 0 | 46 | 4 | 16 | 12F | 37 | 32 |
| Octal | 306 | 73 | 276 | 0 | 106 | 4 | 26 | 457 | 67 | 62 |
| Binary | 11000110 | 111011 | 10111110 | 0 | 1000110 | 100 | 10110 | 100101111 | 110111 | 110010 |
Color Harmonies of #C63BBE
Complementary color
Monochromatic Colors of #C63BBE
Black with #C63BBE
Text Example
Text Example
White with #C63BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BBE; }
p { color: rgb(198,59,190); }
H1.HeaderClassName
{
color: #C63BBE;
}
.AnyTagClassName
{
color: #C63BBE;
}
</style>
background-color css
<style>
a { background-color: #C63BBE; }
a { background-color: rgb(198,59,190); }
div.DivClassName
{
background-color: #C63BBE;
}
.BgClassName
{
background-color: #C63BBE;
}
</style>
border-color css
<style>
span { border-color: #C63BBE; }
span { border-color: rgb(198,59,190); }
td.TdClassName
{
border-color: #C63BBE;
}
.TagClassName
{
border-color: #C63BBE;
}
</style>