Shades of Fuchsia #C835C5
Tints of Fuchsia #C835C5
RGB
CMYK
RGB Variations
Color information
#C835C5 (or 0xC835C5) is known color: Fuchsia. HEX triplet: C8, 35 and C5. RGB value is (200,53,197). Sum of RGB (Red+Green+Blue) = 200+53+197=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C835C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835C5 is #37CA3A. Grayscale: #707070. Windows color (decimal): -3656251 or 12924360. OLE color: 12924360.
HSL color Cylindrical-coordinate representation of color #C835C5: hue angle of 301.22º 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 #C835C5 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 197 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.22 |
| HSL | 301.22º | 0.58% | 0.5% | - |
| HSV(B) | 301.22º | 0.74% | 0.78% | - |
| XYZ | 35.17 | 18.86 | 54.61 | - |
| YUV | 113.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 197 | 0 | 0.74 | 0.02 | 0.22 | 301.22 | 0.58 | 0.5 |
| Hex | C8 | 35 | C5 | 0 | 4A | 2 | 16 | 12D | 3A | 32 |
| Octal | 310 | 65 | 305 | 0 | 112 | 2 | 26 | 455 | 72 | 62 |
| Binary | 11001000 | 110101 | 11000101 | 0 | 1001010 | 10 | 10110 | 100101101 | 111010 | 110010 |
Color Harmonies of #C835C5
Complementary color
Monochromatic Colors of #C835C5
Black with #C835C5
Text Example
Text Example
White with #C835C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835C5; }
p { color: rgb(200,53,197); }
H1.HeaderClassName
{
color: #C835C5;
}
.AnyTagClassName
{
color: #C835C5;
}
</style>
background-color css
<style>
a { background-color: #C835C5; }
a { background-color: rgb(200,53,197); }
div.DivClassName
{
background-color: #C835C5;
}
.BgClassName
{
background-color: #C835C5;
}
</style>
border-color css
<style>
span { border-color: #C835C5; }
span { border-color: rgb(200,53,197); }
td.TdClassName
{
border-color: #C835C5;
}
.TagClassName
{
border-color: #C835C5;
}
</style>