Shades of Fuchsia #C63AAA
Tints of Fuchsia #C63AAA
RGB
CMYK
RGB Variations
Color information
#C63AAA (or 0xC63AAA) is known color: Fuchsia. HEX triplet: C6, 3A and AA. RGB value is (198,58,170). Sum of RGB (Red+Green+Blue) = 198+58+170=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C63AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63AAA is #39C555. Grayscale: #707070. Windows color (decimal): -3786070 or 11156166. OLE color: 11156166.
HSL color Cylindrical-coordinate representation of color #C63AAA: hue angle of 312º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63AAA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 170 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.22 |
| HSL | 312º | 0.55% | 0.5% | - |
| HSV(B) | 312º | 0.71% | 0.78% | - |
| XYZ | 32.06 | 17.93 | 39.8 | - |
| YUV | 112.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 170 | 0 | 0.71 | 0.14 | 0.22 | 312 | 0.55 | 0.5 |
| Hex | C6 | 3A | AA | 0 | 47 | E | 16 | 138 | 37 | 32 |
| Octal | 306 | 72 | 252 | 0 | 107 | 16 | 26 | 470 | 67 | 62 |
| Binary | 11000110 | 111010 | 10101010 | 0 | 1000111 | 1110 | 10110 | 100111000 | 110111 | 110010 |
Color Harmonies of #C63AAA
Complementary color
Monochromatic Colors of #C63AAA
Black with #C63AAA
Text Example
Text Example
White with #C63AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63AAA; }
p { color: rgb(198,58,170); }
H1.HeaderClassName
{
color: #C63AAA;
}
.AnyTagClassName
{
color: #C63AAA;
}
</style>
background-color css
<style>
a { background-color: #C63AAA; }
a { background-color: rgb(198,58,170); }
div.DivClassName
{
background-color: #C63AAA;
}
.BgClassName
{
background-color: #C63AAA;
}
</style>
border-color css
<style>
span { border-color: #C63AAA; }
span { border-color: rgb(198,58,170); }
td.TdClassName
{
border-color: #C63AAA;
}
.TagClassName
{
border-color: #C63AAA;
}
</style>