Shades of Fuchsia #C945AF
Tints of Fuchsia #C945AF
RGB
CMYK
RGB Variations
Color information
#C945AF (or 0xC945AF) is known color: Fuchsia. HEX triplet: C9, 45 and AF. RGB value is (201,69,175). Sum of RGB (Red+Green+Blue) = 201+69+175=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C945AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945AF is #36BA50. Grayscale: #787878. Windows color (decimal): -3586641 or 11486665. OLE color: 11486665.
HSL color Cylindrical-coordinate representation of color #C945AF: hue angle of 311.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945AF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 175 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.21 |
| HSL | 311.82º | 0.55% | 0.53% | - |
| HSV(B) | 311.82º | 0.66% | 0.79% | - |
| XYZ | 33.95 | 19.77 | 42.58 | - |
| YUV | 120.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 175 | 0 | 0.66 | 0.13 | 0.21 | 311.82 | 0.55 | 0.53 |
| Hex | C9 | 45 | AF | 0 | 42 | D | 15 | 138 | 37 | 35 |
| Octal | 311 | 105 | 257 | 0 | 102 | 15 | 25 | 470 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10101111 | 0 | 1000010 | 1101 | 10101 | 100111000 | 110111 | 110101 |
Color Harmonies of #C945AF
Complementary color
Monochromatic Colors of #C945AF
Black with #C945AF
Text Example
Text Example
White with #C945AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945AF; }
p { color: rgb(201,69,175); }
H1.HeaderClassName
{
color: #C945AF;
}
.AnyTagClassName
{
color: #C945AF;
}
</style>
background-color css
<style>
a { background-color: #C945AF; }
a { background-color: rgb(201,69,175); }
div.DivClassName
{
background-color: #C945AF;
}
.BgClassName
{
background-color: #C945AF;
}
</style>
border-color css
<style>
span { border-color: #C945AF; }
span { border-color: rgb(201,69,175); }
td.TdClassName
{
border-color: #C945AF;
}
.TagClassName
{
border-color: #C945AF;
}
</style>