Shades of Fuchsia #C835CE
Tints of Fuchsia #C835CE
RGB
CMYK
RGB Variations
Color information
#C835CE (or 0xC835CE) is known color: Fuchsia. HEX triplet: C8, 35 and CE. RGB value is (200,53,206). Sum of RGB (Red+Green+Blue) = 200+53+206=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C835CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835CE is #37CA31. Grayscale: #717171. Windows color (decimal): -3656242 or 13514184. OLE color: 13514184.
HSL color Cylindrical-coordinate representation of color #C835CE: hue angle of 297.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835CE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 53 | 206 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.19 |
| HSL | 297.65º | 0.61% | 0.51% | - |
| HSV(B) | 297.65º | 0.74% | 0.81% | - |
| XYZ | 36.23 | 19.28 | 60.2 | - |
| YUV | 114.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 206 | 0.03 | 0.74 | 0 | 0.19 | 297.65 | 0.61 | 0.51 |
| Hex | C8 | 35 | CE | 3 | 4A | 0 | 13 | 12A | 3D | 33 |
| Octal | 310 | 65 | 316 | 3 | 112 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001000 | 110101 | 11001110 | 11 | 1001010 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #C835CE
Complementary color
Monochromatic Colors of #C835CE
Black with #C835CE
Text Example
Text Example
White with #C835CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835CE; }
p { color: rgb(200,53,206); }
H1.HeaderClassName
{
color: #C835CE;
}
.AnyTagClassName
{
color: #C835CE;
}
</style>
background-color css
<style>
a { background-color: #C835CE; }
a { background-color: rgb(200,53,206); }
div.DivClassName
{
background-color: #C835CE;
}
.BgClassName
{
background-color: #C835CE;
}
</style>
border-color css
<style>
span { border-color: #C835CE; }
span { border-color: rgb(200,53,206); }
td.TdClassName
{
border-color: #C835CE;
}
.TagClassName
{
border-color: #C835CE;
}
</style>