Shades of Fuchsia #C934AF
Tints of Fuchsia #C934AF
RGB
CMYK
RGB Variations
Color information
#C934AF (or 0xC934AF) is known color: Fuchsia. HEX triplet: C9, 34 and AF. RGB value is (201,52,175). Sum of RGB (Red+Green+Blue) = 201+52+175=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C934AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C934AF is #36CB50. Grayscale: #6E6E6E. Windows color (decimal): -3590993 or 11482313. OLE color: 11482313.
HSL color Cylindrical-coordinate representation of color #C934AF: hue angle of 310.47º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C934AF is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 175 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.21 |
| HSL | 310.47º | 0.59% | 0.5% | - |
| HSV(B) | 310.47º | 0.74% | 0.79% | - |
| XYZ | 33.05 | 17.97 | 42.28 | - |
| YUV | 110.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 175 | 0 | 0.74 | 0.13 | 0.21 | 310.47 | 0.59 | 0.5 |
| Hex | C9 | 34 | AF | 0 | 4A | D | 15 | 136 | 3B | 32 |
| Octal | 311 | 64 | 257 | 0 | 112 | 15 | 25 | 466 | 73 | 62 |
| Binary | 11001001 | 110100 | 10101111 | 0 | 1001010 | 1101 | 10101 | 100110110 | 111011 | 110010 |
Color Harmonies of #C934AF
Complementary color
Monochromatic Colors of #C934AF
Black with #C934AF
Text Example
Text Example
White with #C934AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934AF; }
p { color: rgb(201,52,175); }
H1.HeaderClassName
{
color: #C934AF;
}
.AnyTagClassName
{
color: #C934AF;
}
</style>
background-color css
<style>
a { background-color: #C934AF; }
a { background-color: rgb(201,52,175); }
div.DivClassName
{
background-color: #C934AF;
}
.BgClassName
{
background-color: #C934AF;
}
</style>
border-color css
<style>
span { border-color: #C934AF; }
span { border-color: rgb(201,52,175); }
td.TdClassName
{
border-color: #C934AF;
}
.TagClassName
{
border-color: #C934AF;
}
</style>