Shades of Fuchsia #C834BE
Tints of Fuchsia #C834BE
RGB
CMYK
RGB Variations
Color information
#C834BE (or 0xC834BE) is known color: Fuchsia. HEX triplet: C8, 34 and BE. RGB value is (200,52,190). Sum of RGB (Red+Green+Blue) = 200+52+190=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C834BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834BE is #37CB41. Grayscale: #6F6F6F. Windows color (decimal): -3656514 or 12465352. OLE color: 12465352.
HSL color Cylindrical-coordinate representation of color #C834BE: hue angle of 304.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C834BE is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 190 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.22 |
| HSL | 304.05º | 0.59% | 0.49% | - |
| HSV(B) | 304.05º | 0.74% | 0.78% | - |
| XYZ | 34.34 | 18.45 | 50.47 | - |
| YUV | 111.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 190 | 0 | 0.74 | 0.05 | 0.22 | 304.05 | 0.59 | 0.49 |
| Hex | C8 | 34 | BE | 0 | 4A | 5 | 16 | 130 | 3B | 31 |
| Octal | 310 | 64 | 276 | 0 | 112 | 5 | 26 | 460 | 73 | 61 |
| Binary | 11001000 | 110100 | 10111110 | 0 | 1001010 | 101 | 10110 | 100110000 | 111011 | 110001 |
Color Harmonies of #C834BE
Complementary color
Monochromatic Colors of #C834BE
Black with #C834BE
Text Example
Text Example
White with #C834BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834BE; }
p { color: rgb(200,52,190); }
H1.HeaderClassName
{
color: #C834BE;
}
.AnyTagClassName
{
color: #C834BE;
}
</style>
background-color css
<style>
a { background-color: #C834BE; }
a { background-color: rgb(200,52,190); }
div.DivClassName
{
background-color: #C834BE;
}
.BgClassName
{
background-color: #C834BE;
}
</style>
border-color css
<style>
span { border-color: #C834BE; }
span { border-color: rgb(200,52,190); }
td.TdClassName
{
border-color: #C834BE;
}
.TagClassName
{
border-color: #C834BE;
}
</style>