Shades of Fuchsia #C834B4
Tints of Fuchsia #C834B4
RGB
CMYK
RGB Variations
Color information
#C834B4 (or 0xC834B4) is known color: Fuchsia. HEX triplet: C8, 34 and B4. RGB value is (200,52,180). Sum of RGB (Red+Green+Blue) = 200+52+180=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C834B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834B4 is #37CB4B. Grayscale: #6E6E6E. Windows color (decimal): -3656524 or 11809992. OLE color: 11809992.
HSL color Cylindrical-coordinate representation of color #C834B4: hue angle of 308.11º 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 #C834B4 is Cyan = 0, Magento = 0.74, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 180 | - |
| CMYK | 0 | 0.74 | 0.1 | 0.22 |
| HSL | 308.11º | 0.59% | 0.49% | - |
| HSV(B) | 308.11º | 0.74% | 0.78% | - |
| XYZ | 33.29 | 18.03 | 44.91 | - |
| YUV | 110.84 | 167.03 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 180 | 0 | 0.74 | 0.1 | 0.22 | 308.11 | 0.59 | 0.49 |
| Hex | C8 | 34 | B4 | 0 | 4A | A | 16 | 134 | 3B | 31 |
| Octal | 310 | 64 | 264 | 0 | 112 | 12 | 26 | 464 | 73 | 61 |
| Binary | 11001000 | 110100 | 10110100 | 0 | 1001010 | 1010 | 10110 | 100110100 | 111011 | 110001 |
Color Harmonies of #C834B4
Complementary color
Monochromatic Colors of #C834B4
Black with #C834B4
Text Example
Text Example
White with #C834B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834B4; }
p { color: rgb(200,52,180); }
H1.HeaderClassName
{
color: #C834B4;
}
.AnyTagClassName
{
color: #C834B4;
}
</style>
background-color css
<style>
a { background-color: #C834B4; }
a { background-color: rgb(200,52,180); }
div.DivClassName
{
background-color: #C834B4;
}
.BgClassName
{
background-color: #C834B4;
}
</style>
border-color css
<style>
span { border-color: #C834B4; }
span { border-color: rgb(200,52,180); }
td.TdClassName
{
border-color: #C834B4;
}
.TagClassName
{
border-color: #C834B4;
}
</style>