Shades of Fuchsia #C93FAF
Tints of Fuchsia #C93FAF
RGB
CMYK
RGB Variations
Color information
#C93FAF (or 0xC93FAF) is known color: Fuchsia. HEX triplet: C9, 3F and AF. RGB value is (201,63,175). Sum of RGB (Red+Green+Blue) = 201+63+175=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93FAF is #36C050. Grayscale: #747474. Windows color (decimal): -3588177 or 11485129. OLE color: 11485129.
HSL color Cylindrical-coordinate representation of color #C93FAF: hue angle of 311.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FAF is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 175 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.21 |
| HSL | 311.3º | 0.56% | 0.52% | - |
| HSV(B) | 311.3º | 0.69% | 0.79% | - |
| XYZ | 33.6 | 19.07 | 42.47 | - |
| YUV | 117.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 175 | 0 | 0.69 | 0.13 | 0.21 | 311.3 | 0.56 | 0.52 |
| Hex | C9 | 3F | AF | 0 | 45 | D | 15 | 137 | 38 | 34 |
| Octal | 311 | 77 | 257 | 0 | 105 | 15 | 25 | 467 | 70 | 64 |
| Binary | 11001001 | 111111 | 10101111 | 0 | 1000101 | 1101 | 10101 | 100110111 | 111000 | 110100 |
Color Harmonies of #C93FAF
Complementary color
Monochromatic Colors of #C93FAF
Black with #C93FAF
Text Example
Text Example
White with #C93FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FAF; }
p { color: rgb(201,63,175); }
H1.HeaderClassName
{
color: #C93FAF;
}
.AnyTagClassName
{
color: #C93FAF;
}
</style>
background-color css
<style>
a { background-color: #C93FAF; }
a { background-color: rgb(201,63,175); }
div.DivClassName
{
background-color: #C93FAF;
}
.BgClassName
{
background-color: #C93FAF;
}
</style>
border-color css
<style>
span { border-color: #C93FAF; }
span { border-color: rgb(201,63,175); }
td.TdClassName
{
border-color: #C93FAF;
}
.TagClassName
{
border-color: #C93FAF;
}
</style>