Shades of Fuchsia #C63ACB
Tints of Fuchsia #C63ACB
RGB
CMYK
RGB Variations
Color information
#C63ACB (or 0xC63ACB) is known color: Fuchsia. HEX triplet: C6, 3A and CB. RGB value is (198,58,203). Sum of RGB (Red+Green+Blue) = 198+58+203=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ACB is #39C534. Grayscale: #737373. Windows color (decimal): -3786037 or 13318854. OLE color: 13318854.
HSL color Cylindrical-coordinate representation of color #C63ACB: hue angle of 297.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63ACB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 58 | 203 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.20 |
| HSL | 297.93º | 0.58% | 0.51% | - |
| HSV(B) | 297.93º | 0.71% | 0.8% | - |
| XYZ | 35.58 | 19.34 | 58.36 | - |
| YUV | 116.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 203 | 0.02 | 0.71 | 0 | 0.20 | 297.93 | 0.58 | 0.51 |
| Hex | C6 | 3A | CB | 2 | 47 | 0 | 14 | 12A | 3A | 33 |
| Octal | 306 | 72 | 313 | 2 | 107 | 0 | 24 | 452 | 72 | 63 |
| Binary | 11000110 | 111010 | 11001011 | 10 | 1000111 | 0 | 10100 | 100101010 | 111010 | 110011 |
Color Harmonies of #C63ACB
Complementary color
Monochromatic Colors of #C63ACB
Black with #C63ACB
Text Example
Text Example
White with #C63ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63ACB; }
p { color: rgb(198,58,203); }
H1.HeaderClassName
{
color: #C63ACB;
}
.AnyTagClassName
{
color: #C63ACB;
}
</style>
background-color css
<style>
a { background-color: #C63ACB; }
a { background-color: rgb(198,58,203); }
div.DivClassName
{
background-color: #C63ACB;
}
.BgClassName
{
background-color: #C63ACB;
}
</style>
border-color css
<style>
span { border-color: #C63ACB; }
span { border-color: rgb(198,58,203); }
td.TdClassName
{
border-color: #C63ACB;
}
.TagClassName
{
border-color: #C63ACB;
}
</style>