Shades of Fuchsia #C834CE
Tints of Fuchsia #C834CE
RGB
CMYK
RGB Variations
Color information
#C834CE (or 0xC834CE) is known color: Fuchsia. HEX triplet: C8, 34 and CE. RGB value is (200,52,206). Sum of RGB (Red+Green+Blue) = 200+52+206=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C834CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CE is #37CB31. Grayscale: #717171. Windows color (decimal): -3656498 or 13513928. OLE color: 13513928.
HSL color Cylindrical-coordinate representation of color #C834CE: hue angle of 297.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C834CE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 52 | 206 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.19 |
| HSL | 297.66º | 0.61% | 0.51% | - |
| HSV(B) | 297.66º | 0.75% | 0.81% | - |
| XYZ | 36.19 | 19.19 | 60.19 | - |
| YUV | 113.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 206 | 0.03 | 0.75 | 0 | 0.19 | 297.66 | 0.61 | 0.51 |
| Hex | C8 | 34 | CE | 3 | 4B | 0 | 13 | 12A | 3D | 33 |
| Octal | 310 | 64 | 316 | 3 | 113 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001000 | 110100 | 11001110 | 11 | 1001011 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #C834CE
Complementary color
Monochromatic Colors of #C834CE
Black with #C834CE
Text Example
Text Example
White with #C834CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834CE; }
p { color: rgb(200,52,206); }
H1.HeaderClassName
{
color: #C834CE;
}
.AnyTagClassName
{
color: #C834CE;
}
</style>
background-color css
<style>
a { background-color: #C834CE; }
a { background-color: rgb(200,52,206); }
div.DivClassName
{
background-color: #C834CE;
}
.BgClassName
{
background-color: #C834CE;
}
</style>
border-color css
<style>
span { border-color: #C834CE; }
span { border-color: rgb(200,52,206); }
td.TdClassName
{
border-color: #C834CE;
}
.TagClassName
{
border-color: #C834CE;
}
</style>