Shades of Fuchsia #C835CA
Tints of Fuchsia #C835CA
RGB
CMYK
RGB Variations
Color information
#C835CA (or 0xC835CA) is known color: Fuchsia. HEX triplet: C8, 35 and CA. RGB value is (200,53,202). Sum of RGB (Red+Green+Blue) = 200+53+202=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C835CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835CA is #37CA35. Grayscale: #717171. Windows color (decimal): -3656246 or 13252040. OLE color: 13252040.
HSL color Cylindrical-coordinate representation of color #C835CA: hue angle of 299.19º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835CA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 53 | 202 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.21 |
| HSL | 299.19º | 0.58% | 0.5% | - |
| HSV(B) | 299.19º | 0.74% | 0.79% | - |
| XYZ | 35.75 | 19.09 | 57.68 | - |
| YUV | 113.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 202 | 0.01 | 0.74 | 0 | 0.21 | 299.19 | 0.58 | 0.5 |
| Hex | C8 | 35 | CA | 1 | 4A | 0 | 15 | 12B | 3A | 32 |
| Octal | 310 | 65 | 312 | 1 | 112 | 0 | 25 | 453 | 72 | 62 |
| Binary | 11001000 | 110101 | 11001010 | 1 | 1001010 | 0 | 10101 | 100101011 | 111010 | 110010 |
Color Harmonies of #C835CA
Complementary color
Monochromatic Colors of #C835CA
Black with #C835CA
Text Example
Text Example
White with #C835CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835CA; }
p { color: rgb(200,53,202); }
H1.HeaderClassName
{
color: #C835CA;
}
.AnyTagClassName
{
color: #C835CA;
}
</style>
background-color css
<style>
a { background-color: #C835CA; }
a { background-color: rgb(200,53,202); }
div.DivClassName
{
background-color: #C835CA;
}
.BgClassName
{
background-color: #C835CA;
}
</style>
border-color css
<style>
span { border-color: #C835CA; }
span { border-color: rgb(200,53,202); }
td.TdClassName
{
border-color: #C835CA;
}
.TagClassName
{
border-color: #C835CA;
}
</style>