Shades of Fuchsia #C962AB
Tints of Fuchsia #C962AB
RGB
CMYK
RGB Variations
Color information
#C962AB (or 0xC962AB) is known color: Fuchsia. HEX triplet: C9, 62 and AB. RGB value is (201,98,171). Sum of RGB (Red+Green+Blue) = 201+98+171=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C962AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962AB is #369D54. Grayscale: #888888. Windows color (decimal): -3579221 or 11231945. OLE color: 11231945.
HSL color Cylindrical-coordinate representation of color #C962AB: hue angle of 317.48º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C962AB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 171 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.21 |
| HSL | 317.48º | 0.49% | 0.59% | - |
| HSV(B) | 317.48º | 0.51% | 0.79% | - |
| XYZ | 35.81 | 24.09 | 41.29 | - |
| YUV | 137.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 171 | 0 | 0.51 | 0.15 | 0.21 | 317.48 | 0.49 | 0.59 |
| Hex | C9 | 62 | AB | 0 | 33 | F | 15 | 13D | 31 | 3B |
| Octal | 311 | 142 | 253 | 0 | 63 | 17 | 25 | 475 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10101011 | 0 | 110011 | 1111 | 10101 | 100111101 | 110001 | 111011 |
Color Harmonies of #C962AB
Complementary color
Monochromatic Colors of #C962AB
Black with #C962AB
Text Example
Text Example
White with #C962AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962AB; }
p { color: rgb(201,98,171); }
H1.HeaderClassName
{
color: #C962AB;
}
.AnyTagClassName
{
color: #C962AB;
}
</style>
background-color css
<style>
a { background-color: #C962AB; }
a { background-color: rgb(201,98,171); }
div.DivClassName
{
background-color: #C962AB;
}
.BgClassName
{
background-color: #C962AB;
}
</style>
border-color css
<style>
span { border-color: #C962AB; }
span { border-color: rgb(201,98,171); }
td.TdClassName
{
border-color: #C962AB;
}
.TagClassName
{
border-color: #C962AB;
}
</style>