Shades of Fuchsia #C63CBE
Tints of Fuchsia #C63CBE
RGB
CMYK
RGB Variations
Color information
#C63CBE (or 0xC63CBE) is known color: Fuchsia. HEX triplet: C6, 3C and BE. RGB value is (198,60,190). Sum of RGB (Red+Green+Blue) = 198+60+190=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBE is #39C341. Grayscale: #737373. Windows color (decimal): -3785538 or 12467398. OLE color: 12467398.
HSL color Cylindrical-coordinate representation of color #C63CBE: hue angle of 303.48º 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 #C63CBE is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 190 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.22 |
| HSL | 303.48º | 0.55% | 0.51% | - |
| HSV(B) | 303.48º | 0.7% | 0.78% | - |
| XYZ | 34.2 | 18.96 | 50.57 | - |
| YUV | 116.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 190 | 0 | 0.70 | 0.04 | 0.22 | 303.48 | 0.55 | 0.51 |
| Hex | C6 | 3C | BE | 0 | 46 | 4 | 16 | 12F | 37 | 33 |
| Octal | 306 | 74 | 276 | 0 | 106 | 4 | 26 | 457 | 67 | 63 |
| Binary | 11000110 | 111100 | 10111110 | 0 | 1000110 | 100 | 10110 | 100101111 | 110111 | 110011 |
Color Harmonies of #C63CBE
Complementary color
Monochromatic Colors of #C63CBE
Black with #C63CBE
Text Example
Text Example
White with #C63CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CBE; }
p { color: rgb(198,60,190); }
H1.HeaderClassName
{
color: #C63CBE;
}
.AnyTagClassName
{
color: #C63CBE;
}
</style>
background-color css
<style>
a { background-color: #C63CBE; }
a { background-color: rgb(198,60,190); }
div.DivClassName
{
background-color: #C63CBE;
}
.BgClassName
{
background-color: #C63CBE;
}
</style>
border-color css
<style>
span { border-color: #C63CBE; }
span { border-color: rgb(198,60,190); }
td.TdClassName
{
border-color: #C63CBE;
}
.TagClassName
{
border-color: #C63CBE;
}
</style>