Shades of Fuchsia #C835B7
Tints of Fuchsia #C835B7
RGB
CMYK
RGB Variations
Color information
#C835B7 (or 0xC835B7) is known color: Fuchsia. HEX triplet: C8, 35 and B7. RGB value is (200,53,183). Sum of RGB (Red+Green+Blue) = 200+53+183=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C835B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835B7 is #37CA48. Grayscale: #6F6F6F. Windows color (decimal): -3656265 or 12006856. OLE color: 12006856.
HSL color Cylindrical-coordinate representation of color #C835B7: hue angle of 306.94º 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 #C835B7 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 183 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.22 |
| HSL | 306.94º | 0.58% | 0.5% | - |
| HSV(B) | 306.94º | 0.74% | 0.78% | - |
| XYZ | 33.64 | 18.24 | 46.55 | - |
| YUV | 111.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 183 | 0 | 0.74 | 0.08 | 0.22 | 306.94 | 0.58 | 0.5 |
| Hex | C8 | 35 | B7 | 0 | 4A | 8 | 16 | 133 | 3A | 32 |
| Octal | 310 | 65 | 267 | 0 | 112 | 10 | 26 | 463 | 72 | 62 |
| Binary | 11001000 | 110101 | 10110111 | 0 | 1001010 | 1000 | 10110 | 100110011 | 111010 | 110010 |
Color Harmonies of #C835B7
Complementary color
Monochromatic Colors of #C835B7
Black with #C835B7
Text Example
Text Example
White with #C835B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835B7; }
p { color: rgb(200,53,183); }
H1.HeaderClassName
{
color: #C835B7;
}
.AnyTagClassName
{
color: #C835B7;
}
</style>
background-color css
<style>
a { background-color: #C835B7; }
a { background-color: rgb(200,53,183); }
div.DivClassName
{
background-color: #C835B7;
}
.BgClassName
{
background-color: #C835B7;
}
</style>
border-color css
<style>
span { border-color: #C835B7; }
span { border-color: rgb(200,53,183); }
td.TdClassName
{
border-color: #C835B7;
}
.TagClassName
{
border-color: #C835B7;
}
</style>