Shades of Fuchsia #C942AB
Tints of Fuchsia #C942AB
RGB
CMYK
RGB Variations
Color information
#C942AB (or 0xC942AB) is known color: Fuchsia. HEX triplet: C9, 42 and AB. RGB value is (201,66,171). Sum of RGB (Red+Green+Blue) = 201+66+171=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C942AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C942AB is #36BD54. Grayscale: #767676. Windows color (decimal): -3587413 or 11223753. OLE color: 11223753.
HSL color Cylindrical-coordinate representation of color #C942AB: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942AB is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 171 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.21 |
| HSL | 313.33º | 0.56% | 0.52% | - |
| HSV(B) | 313.33º | 0.67% | 0.79% | - |
| XYZ | 33.39 | 19.25 | 40.48 | - |
| YUV | 118.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 171 | 0 | 0.67 | 0.15 | 0.21 | 313.33 | 0.56 | 0.52 |
| Hex | C9 | 42 | AB | 0 | 43 | F | 15 | 139 | 38 | 34 |
| Octal | 311 | 102 | 253 | 0 | 103 | 17 | 25 | 471 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10101011 | 0 | 1000011 | 1111 | 10101 | 100111001 | 111000 | 110100 |
Color Harmonies of #C942AB
Complementary color
Monochromatic Colors of #C942AB
Black with #C942AB
Text Example
Text Example
White with #C942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942AB; }
p { color: rgb(201,66,171); }
H1.HeaderClassName
{
color: #C942AB;
}
.AnyTagClassName
{
color: #C942AB;
}
</style>
background-color css
<style>
a { background-color: #C942AB; }
a { background-color: rgb(201,66,171); }
div.DivClassName
{
background-color: #C942AB;
}
.BgClassName
{
background-color: #C942AB;
}
</style>
border-color css
<style>
span { border-color: #C942AB; }
span { border-color: rgb(201,66,171); }
td.TdClassName
{
border-color: #C942AB;
}
.TagClassName
{
border-color: #C942AB;
}
</style>