Shades of Fuchsia #C967AF
Tints of Fuchsia #C967AF
RGB
CMYK
RGB Variations
Color information
#C967AF (or 0xC967AF) is known color: Fuchsia. HEX triplet: C9, 67 and AF. RGB value is (201,103,175). Sum of RGB (Red+Green+Blue) = 201+103+175=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C967AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967AF is #369850. Grayscale: #8C8C8C. Windows color (decimal): -3577937 or 11495369. OLE color: 11495369.
HSL color Cylindrical-coordinate representation of color #C967AF: hue angle of 315.92º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967AF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 175 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.21 |
| HSL | 315.92º | 0.48% | 0.6% | - |
| HSV(B) | 315.92º | 0.49% | 0.79% | - |
| XYZ | 36.68 | 25.21 | 43.49 | - |
| YUV | 140.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 175 | 0 | 0.49 | 0.13 | 0.21 | 315.92 | 0.48 | 0.6 |
| Hex | C9 | 67 | AF | 0 | 31 | D | 15 | 13C | 30 | 3C |
| Octal | 311 | 147 | 257 | 0 | 61 | 15 | 25 | 474 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10101111 | 0 | 110001 | 1101 | 10101 | 100111100 | 110000 | 111100 |
Color Harmonies of #C967AF
Complementary color
Monochromatic Colors of #C967AF
Black with #C967AF
Text Example
Text Example
White with #C967AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967AF; }
p { color: rgb(201,103,175); }
H1.HeaderClassName
{
color: #C967AF;
}
.AnyTagClassName
{
color: #C967AF;
}
</style>
background-color css
<style>
a { background-color: #C967AF; }
a { background-color: rgb(201,103,175); }
div.DivClassName
{
background-color: #C967AF;
}
.BgClassName
{
background-color: #C967AF;
}
</style>
border-color css
<style>
span { border-color: #C967AF; }
span { border-color: rgb(201,103,175); }
td.TdClassName
{
border-color: #C967AF;
}
.TagClassName
{
border-color: #C967AF;
}
</style>