Shades of Fuchsia #C834CC
Tints of Fuchsia #C834CC
RGB
CMYK
RGB Variations
Color information
#C834CC (or 0xC834CC) is known color: Fuchsia. HEX triplet: C8, 34 and CC. RGB value is (200,52,204). Sum of RGB (Red+Green+Blue) = 200+52+204=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C834CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CC is #37CB33. Grayscale: #717171. Windows color (decimal): -3656500 or 13382856. OLE color: 13382856.
HSL color Cylindrical-coordinate representation of color #C834CC: hue angle of 298.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C834CC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 52 | 204 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.2 |
| HSL | 298.42º | 0.6% | 0.5% | - |
| HSV(B) | 298.42º | 0.75% | 0.8% | - |
| XYZ | 35.95 | 19.09 | 58.92 | - |
| YUV | 113.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 204 | 0.02 | 0.75 | 0 | 0.2 | 298.42 | 0.6 | 0.5 |
| Hex | C8 | 34 | CC | 2 | 4B | 0 | 14 | 12A | 3C | 32 |
| Octal | 310 | 64 | 314 | 2 | 113 | 0 | 24 | 452 | 74 | 62 |
| Binary | 11001000 | 110100 | 11001100 | 10 | 1001011 | 0 | 10100 | 100101010 | 111100 | 110010 |
Color Harmonies of #C834CC
Complementary color
Monochromatic Colors of #C834CC
Black with #C834CC
Text Example
Text Example
White with #C834CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834CC; }
p { color: rgb(200,52,204); }
H1.HeaderClassName
{
color: #C834CC;
}
.AnyTagClassName
{
color: #C834CC;
}
</style>
background-color css
<style>
a { background-color: #C834CC; }
a { background-color: rgb(200,52,204); }
div.DivClassName
{
background-color: #C834CC;
}
.BgClassName
{
background-color: #C834CC;
}
</style>
border-color css
<style>
span { border-color: #C834CC; }
span { border-color: rgb(200,52,204); }
td.TdClassName
{
border-color: #C834CC;
}
.TagClassName
{
border-color: #C834CC;
}
</style>