Shades of Fuchsia #C642AA
Tints of Fuchsia #C642AA
RGB
CMYK
RGB Variations
Color information
#C642AA (or 0xC642AA) is known color: Fuchsia. HEX triplet: C6, 42 and AA. RGB value is (198,66,170). Sum of RGB (Red+Green+Blue) = 198+66+170=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C642AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C642AA is #39BD55. Grayscale: #757575. Windows color (decimal): -3784022 or 11158214. OLE color: 11158214.
HSL color Cylindrical-coordinate representation of color #C642AA: hue angle of 312.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642AA is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 170 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.22 |
| HSL | 312.73º | 0.54% | 0.52% | - |
| HSV(B) | 312.73º | 0.67% | 0.78% | - |
| XYZ | 32.49 | 18.8 | 39.95 | - |
| YUV | 117.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 170 | 0 | 0.67 | 0.14 | 0.22 | 312.73 | 0.54 | 0.52 |
| Hex | C6 | 42 | AA | 0 | 43 | E | 16 | 139 | 36 | 34 |
| Octal | 306 | 102 | 252 | 0 | 103 | 16 | 26 | 471 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10101010 | 0 | 1000011 | 1110 | 10110 | 100111001 | 110110 | 110100 |
Color Harmonies of #C642AA
Complementary color
Monochromatic Colors of #C642AA
Black with #C642AA
Text Example
Text Example
White with #C642AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642AA; }
p { color: rgb(198,66,170); }
H1.HeaderClassName
{
color: #C642AA;
}
.AnyTagClassName
{
color: #C642AA;
}
</style>
background-color css
<style>
a { background-color: #C642AA; }
a { background-color: rgb(198,66,170); }
div.DivClassName
{
background-color: #C642AA;
}
.BgClassName
{
background-color: #C642AA;
}
</style>
border-color css
<style>
span { border-color: #C642AA; }
span { border-color: rgb(198,66,170); }
td.TdClassName
{
border-color: #C642AA;
}
.TagClassName
{
border-color: #C642AA;
}
</style>