Shades of Fuchsia #C63BAD
Tints of Fuchsia #C63BAD
RGB
CMYK
RGB Variations
Color information
#C63BAD (or 0xC63BAD) is known color: Fuchsia. HEX triplet: C6, 3B and AD. RGB value is (198,59,173). Sum of RGB (Red+Green+Blue) = 198+59+173=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAD is #39C452. Grayscale: #717171. Windows color (decimal): -3785811 or 11353030. OLE color: 11353030.
HSL color Cylindrical-coordinate representation of color #C63BAD: hue angle of 310.79º 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 #C63BAD is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 173 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.22 |
| HSL | 310.79º | 0.55% | 0.5% | - |
| HSV(B) | 310.79º | 0.7% | 0.78% | - |
| XYZ | 32.4 | 18.15 | 41.33 | - |
| YUV | 113.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 173 | 0 | 0.70 | 0.13 | 0.22 | 310.79 | 0.55 | 0.5 |
| Hex | C6 | 3B | AD | 0 | 46 | D | 16 | 137 | 37 | 32 |
| Octal | 306 | 73 | 255 | 0 | 106 | 15 | 26 | 467 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101101 | 0 | 1000110 | 1101 | 10110 | 100110111 | 110111 | 110010 |
Color Harmonies of #C63BAD
Complementary color
Monochromatic Colors of #C63BAD
Black with #C63BAD
Text Example
Text Example
White with #C63BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BAD; }
p { color: rgb(198,59,173); }
H1.HeaderClassName
{
color: #C63BAD;
}
.AnyTagClassName
{
color: #C63BAD;
}
</style>
background-color css
<style>
a { background-color: #C63BAD; }
a { background-color: rgb(198,59,173); }
div.DivClassName
{
background-color: #C63BAD;
}
.BgClassName
{
background-color: #C63BAD;
}
</style>
border-color css
<style>
span { border-color: #C63BAD; }
span { border-color: rgb(198,59,173); }
td.TdClassName
{
border-color: #C63BAD;
}
.TagClassName
{
border-color: #C63BAD;
}
</style>