Shades of Fuchsia #C63BAF
Tints of Fuchsia #C63BAF
RGB
CMYK
RGB Variations
Color information
#C63BAF (or 0xC63BAF) is known color: Fuchsia. HEX triplet: C6, 3B and AF. RGB value is (198,59,175). Sum of RGB (Red+Green+Blue) = 198+59+175=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAF is #39C450. Grayscale: #717171. Windows color (decimal): -3785809 or 11484102. OLE color: 11484102.
HSL color Cylindrical-coordinate representation of color #C63BAF: hue angle of 309.93º 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 #C63BAF is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 175 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.22 |
| HSL | 309.93º | 0.55% | 0.5% | - |
| HSV(B) | 309.93º | 0.7% | 0.78% | - |
| XYZ | 32.59 | 18.23 | 42.36 | - |
| YUV | 113.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 175 | 0 | 0.70 | 0.12 | 0.22 | 309.93 | 0.55 | 0.5 |
| Hex | C6 | 3B | AF | 0 | 46 | C | 16 | 136 | 37 | 32 |
| Octal | 306 | 73 | 257 | 0 | 106 | 14 | 26 | 466 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101111 | 0 | 1000110 | 1100 | 10110 | 100110110 | 110111 | 110010 |
Color Harmonies of #C63BAF
Complementary color
Monochromatic Colors of #C63BAF
Black with #C63BAF
Text Example
Text Example
White with #C63BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BAF; }
p { color: rgb(198,59,175); }
H1.HeaderClassName
{
color: #C63BAF;
}
.AnyTagClassName
{
color: #C63BAF;
}
</style>
background-color css
<style>
a { background-color: #C63BAF; }
a { background-color: rgb(198,59,175); }
div.DivClassName
{
background-color: #C63BAF;
}
.BgClassName
{
background-color: #C63BAF;
}
</style>
border-color css
<style>
span { border-color: #C63BAF; }
span { border-color: rgb(198,59,175); }
td.TdClassName
{
border-color: #C63BAF;
}
.TagClassName
{
border-color: #C63BAF;
}
</style>