Shades of Fuchsia #C835D1
Tints of Fuchsia #C835D1
RGB
CMYK
RGB Variations
Color information
#C835D1 (or 0xC835D1) is known color: Fuchsia. HEX triplet: C8, 35 and D1. RGB value is (200,53,209). Sum of RGB (Red+Green+Blue) = 200+53+209=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #C835D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835D1 is #37CA2E. Grayscale: #727272. Windows color (decimal): -3656239 or 13710792. OLE color: 13710792.
HSL color Cylindrical-coordinate representation of color #C835D1: hue angle of 296.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C835D1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 53 | 209 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.18 |
| HSL | 296.54º | 0.63% | 0.51% | - |
| HSV(B) | 296.54º | 0.75% | 0.82% | - |
| XYZ | 36.6 | 19.43 | 62.14 | - |
| YUV | 114.74 | 181.2 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 209 | 0.04 | 0.75 | 0 | 0.18 | 296.54 | 0.63 | 0.51 |
| Hex | C8 | 35 | D1 | 4 | 4B | 0 | 12 | 129 | 3F | 33 |
| Octal | 310 | 65 | 321 | 4 | 113 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001000 | 110101 | 11010001 | 100 | 1001011 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #C835D1
Complementary color
Monochromatic Colors of #C835D1
Black with #C835D1
Text Example
Text Example
White with #C835D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835D1; }
p { color: rgb(200,53,209); }
H1.HeaderClassName
{
color: #C835D1;
}
.AnyTagClassName
{
color: #C835D1;
}
</style>
background-color css
<style>
a { background-color: #C835D1; }
a { background-color: rgb(200,53,209); }
div.DivClassName
{
background-color: #C835D1;
}
.BgClassName
{
background-color: #C835D1;
}
</style>
border-color css
<style>
span { border-color: #C835D1; }
span { border-color: rgb(200,53,209); }
td.TdClassName
{
border-color: #C835D1;
}
.TagClassName
{
border-color: #C835D1;
}
</style>