Shades of Fuchsia #C638AA
Tints of Fuchsia #C638AA
RGB
CMYK
RGB Variations
Color information
#C638AA (or 0xC638AA) is known color: Fuchsia. HEX triplet: C6, 38 and AA. RGB value is (198,56,170). Sum of RGB (Red+Green+Blue) = 198+56+170=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C638AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638AA is #39C755. Grayscale: #6F6F6F. Windows color (decimal): -3786582 or 11155654. OLE color: 11155654.
HSL color Cylindrical-coordinate representation of color #C638AA: hue angle of 311.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638AA is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 170 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.22 |
| HSL | 311.83º | 0.56% | 0.5% | - |
| HSV(B) | 311.83º | 0.72% | 0.78% | - |
| XYZ | 31.96 | 17.74 | 39.77 | - |
| YUV | 111.45 | 161.04 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 170 | 0 | 0.72 | 0.14 | 0.22 | 311.83 | 0.56 | 0.5 |
| Hex | C6 | 38 | AA | 0 | 48 | E | 16 | 138 | 38 | 32 |
| Octal | 306 | 70 | 252 | 0 | 110 | 16 | 26 | 470 | 70 | 62 |
| Binary | 11000110 | 111000 | 10101010 | 0 | 1001000 | 1110 | 10110 | 100111000 | 111000 | 110010 |
Color Harmonies of #C638AA
Complementary color
Monochromatic Colors of #C638AA
Black with #C638AA
Text Example
Text Example
White with #C638AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638AA; }
p { color: rgb(198,56,170); }
H1.HeaderClassName
{
color: #C638AA;
}
.AnyTagClassName
{
color: #C638AA;
}
</style>
background-color css
<style>
a { background-color: #C638AA; }
a { background-color: rgb(198,56,170); }
div.DivClassName
{
background-color: #C638AA;
}
.BgClassName
{
background-color: #C638AA;
}
</style>
border-color css
<style>
span { border-color: #C638AA; }
span { border-color: rgb(198,56,170); }
td.TdClassName
{
border-color: #C638AA;
}
.TagClassName
{
border-color: #C638AA;
}
</style>