Shades of Fuchsia #C835AF
Tints of Fuchsia #C835AF
RGB
CMYK
RGB Variations
Color information
#C835AF (or 0xC835AF) is known color: Fuchsia. HEX triplet: C8, 35 and AF. RGB value is (200,53,175). Sum of RGB (Red+Green+Blue) = 200+53+175=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C835AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835AF is #37CA50. Grayscale: #6E6E6E. Windows color (decimal): -3656273 or 11482568. OLE color: 11482568.
HSL color Cylindrical-coordinate representation of color #C835AF: hue angle of 310.2º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835AF is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 175 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.22 |
| HSL | 310.2º | 0.58% | 0.5% | - |
| HSV(B) | 310.2º | 0.74% | 0.78% | - |
| XYZ | 32.83 | 17.92 | 42.29 | - |
| YUV | 110.86 | 164.2 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 175 | 0 | 0.74 | 0.12 | 0.22 | 310.2 | 0.58 | 0.5 |
| Hex | C8 | 35 | AF | 0 | 4A | C | 16 | 136 | 3A | 32 |
| Octal | 310 | 65 | 257 | 0 | 112 | 14 | 26 | 466 | 72 | 62 |
| Binary | 11001000 | 110101 | 10101111 | 0 | 1001010 | 1100 | 10110 | 100110110 | 111010 | 110010 |
Color Harmonies of #C835AF
Complementary color
Monochromatic Colors of #C835AF
Black with #C835AF
Text Example
Text Example
White with #C835AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835AF; }
p { color: rgb(200,53,175); }
H1.HeaderClassName
{
color: #C835AF;
}
.AnyTagClassName
{
color: #C835AF;
}
</style>
background-color css
<style>
a { background-color: #C835AF; }
a { background-color: rgb(200,53,175); }
div.DivClassName
{
background-color: #C835AF;
}
.BgClassName
{
background-color: #C835AF;
}
</style>
border-color css
<style>
span { border-color: #C835AF; }
span { border-color: rgb(200,53,175); }
td.TdClassName
{
border-color: #C835AF;
}
.TagClassName
{
border-color: #C835AF;
}
</style>