Shades of Fuchsia #C930AF
Tints of Fuchsia #C930AF
RGB
CMYK
RGB Variations
Color information
#C930AF (or 0xC930AF) is known color: Fuchsia. HEX triplet: C9, 30 and AF. RGB value is (201,48,175). Sum of RGB (Red+Green+Blue) = 201+48+175=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C930AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930AF is #36CF50. Grayscale: #6B6B6B. Windows color (decimal): -3592017 or 11481289. OLE color: 11481289.
HSL color Cylindrical-coordinate representation of color #C930AF: hue angle of 310.2º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C930AF is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 175 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.21 |
| HSL | 310.2º | 0.61% | 0.49% | - |
| HSV(B) | 310.2º | 0.76% | 0.79% | - |
| XYZ | 32.88 | 17.63 | 42.23 | - |
| YUV | 108.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 175 | 0 | 0.76 | 0.13 | 0.21 | 310.2 | 0.61 | 0.49 |
| Hex | C9 | 30 | AF | 0 | 4C | D | 15 | 136 | 3D | 31 |
| Octal | 311 | 60 | 257 | 0 | 114 | 15 | 25 | 466 | 75 | 61 |
| Binary | 11001001 | 110000 | 10101111 | 0 | 1001100 | 1101 | 10101 | 100110110 | 111101 | 110001 |
Color Harmonies of #C930AF
Complementary color
Monochromatic Colors of #C930AF
Black with #C930AF
Text Example
Text Example
White with #C930AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930AF; }
p { color: rgb(201,48,175); }
H1.HeaderClassName
{
color: #C930AF;
}
.AnyTagClassName
{
color: #C930AF;
}
</style>
background-color css
<style>
a { background-color: #C930AF; }
a { background-color: rgb(201,48,175); }
div.DivClassName
{
background-color: #C930AF;
}
.BgClassName
{
background-color: #C930AF;
}
</style>
border-color css
<style>
span { border-color: #C930AF; }
span { border-color: rgb(201,48,175); }
td.TdClassName
{
border-color: #C930AF;
}
.TagClassName
{
border-color: #C930AF;
}
</style>