Shades of Fuchsia #C835AD
Tints of Fuchsia #C835AD
RGB
CMYK
RGB Variations
Color information
#C835AD (or 0xC835AD) is known color: Fuchsia. HEX triplet: C8, 35 and AD. RGB value is (200,53,173). Sum of RGB (Red+Green+Blue) = 200+53+173=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C835AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835AD is #37CA52. Grayscale: #6E6E6E. Windows color (decimal): -3656275 or 11351496. OLE color: 11351496.
HSL color Cylindrical-coordinate representation of color #C835AD: hue angle of 311.02º 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 #C835AD is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 173 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.22 |
| HSL | 311.02º | 0.58% | 0.5% | - |
| HSV(B) | 311.02º | 0.74% | 0.78% | - |
| XYZ | 32.64 | 17.84 | 41.26 | - |
| YUV | 110.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 173 | 0 | 0.74 | 0.14 | 0.22 | 311.02 | 0.58 | 0.5 |
| Hex | C8 | 35 | AD | 0 | 4A | E | 16 | 137 | 3A | 32 |
| Octal | 310 | 65 | 255 | 0 | 112 | 16 | 26 | 467 | 72 | 62 |
| Binary | 11001000 | 110101 | 10101101 | 0 | 1001010 | 1110 | 10110 | 100110111 | 111010 | 110010 |
Color Harmonies of #C835AD
Complementary color
Monochromatic Colors of #C835AD
Black with #C835AD
Text Example
Text Example
White with #C835AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835AD; }
p { color: rgb(200,53,173); }
H1.HeaderClassName
{
color: #C835AD;
}
.AnyTagClassName
{
color: #C835AD;
}
</style>
background-color css
<style>
a { background-color: #C835AD; }
a { background-color: rgb(200,53,173); }
div.DivClassName
{
background-color: #C835AD;
}
.BgClassName
{
background-color: #C835AD;
}
</style>
border-color css
<style>
span { border-color: #C835AD; }
span { border-color: rgb(200,53,173); }
td.TdClassName
{
border-color: #C835AD;
}
.TagClassName
{
border-color: #C835AD;
}
</style>