Shades of Fuchsia #C63CC0
Tints of Fuchsia #C63CC0
RGB
CMYK
RGB Variations
Color information
#C63CC0 (or 0xC63CC0) is known color: Fuchsia. HEX triplet: C6, 3C and C0. RGB value is (198,60,192). Sum of RGB (Red+Green+Blue) = 198+60+192=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CC0 is #39C33F. Grayscale: #737373. Windows color (decimal): -3785536 or 12598470. OLE color: 12598470.
HSL color Cylindrical-coordinate representation of color #C63CC0: hue angle of 302.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CC0 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 192 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.22 |
| HSL | 302.61º | 0.55% | 0.51% | - |
| HSV(B) | 302.61º | 0.7% | 0.78% | - |
| XYZ | 34.42 | 19.04 | 51.73 | - |
| YUV | 116.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 192 | 0 | 0.70 | 0.03 | 0.22 | 302.61 | 0.55 | 0.51 |
| Hex | C6 | 3C | C0 | 0 | 46 | 3 | 16 | 12F | 37 | 33 |
| Octal | 306 | 74 | 300 | 0 | 106 | 3 | 26 | 457 | 67 | 63 |
| Binary | 11000110 | 111100 | 11000000 | 0 | 1000110 | 11 | 10110 | 100101111 | 110111 | 110011 |
Color Harmonies of #C63CC0
Complementary color
Monochromatic Colors of #C63CC0
Black with #C63CC0
Text Example
Text Example
White with #C63CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CC0; }
p { color: rgb(198,60,192); }
H1.HeaderClassName
{
color: #C63CC0;
}
.AnyTagClassName
{
color: #C63CC0;
}
</style>
background-color css
<style>
a { background-color: #C63CC0; }
a { background-color: rgb(198,60,192); }
div.DivClassName
{
background-color: #C63CC0;
}
.BgClassName
{
background-color: #C63CC0;
}
</style>
border-color css
<style>
span { border-color: #C63CC0; }
span { border-color: rgb(198,60,192); }
td.TdClassName
{
border-color: #C63CC0;
}
.TagClassName
{
border-color: #C63CC0;
}
</style>