Shades of Fuchsia #C63AC9
Tints of Fuchsia #C63AC9
RGB
CMYK
RGB Variations
Color information
#C63AC9 (or 0xC63AC9) is known color: Fuchsia. HEX triplet: C6, 3A and C9. RGB value is (198,58,201). Sum of RGB (Red+Green+Blue) = 198+58+201=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #C63AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63AC9 is #39C536. Grayscale: #737373. Windows color (decimal): -3786039 or 13187782. OLE color: 13187782.
HSL color Cylindrical-coordinate representation of color #C63AC9: hue angle of 298.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AC9 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 58 | 201 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.21 |
| HSL | 298.74º | 0.57% | 0.51% | - |
| HSV(B) | 298.74º | 0.71% | 0.79% | - |
| XYZ | 35.34 | 19.25 | 57.11 | - |
| YUV | 116.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 201 | 0.01 | 0.71 | 0 | 0.21 | 298.74 | 0.57 | 0.51 |
| Hex | C6 | 3A | C9 | 1 | 47 | 0 | 15 | 12B | 39 | 33 |
| Octal | 306 | 72 | 311 | 1 | 107 | 0 | 25 | 453 | 71 | 63 |
| Binary | 11000110 | 111010 | 11001001 | 1 | 1000111 | 0 | 10101 | 100101011 | 111001 | 110011 |
Color Harmonies of #C63AC9
Complementary color
Monochromatic Colors of #C63AC9
Black with #C63AC9
Text Example
Text Example
White with #C63AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AC9; }
p { color: rgb(198,58,201); }
H1.HeaderClassName
{
color: #C63AC9;
}
.AnyTagClassName
{
color: #C63AC9;
}
</style>
background-color css
<style>
a { background-color: #C63AC9; }
a { background-color: rgb(198,58,201); }
div.DivClassName
{
background-color: #C63AC9;
}
.BgClassName
{
background-color: #C63AC9;
}
</style>
border-color css
<style>
span { border-color: #C63AC9; }
span { border-color: rgb(198,58,201); }
td.TdClassName
{
border-color: #C63AC9;
}
.TagClassName
{
border-color: #C63AC9;
}
</style>