Shades of Fuchsia #C834CF
Tints of Fuchsia #C834CF
RGB
CMYK
RGB Variations
Color information
#C834CF (or 0xC834CF) is known color: Fuchsia. HEX triplet: C8, 34 and CF. RGB value is (200,52,207). Sum of RGB (Red+Green+Blue) = 200+52+207=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C834CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CF is #37CB30. Grayscale: #717171. Windows color (decimal): -3656497 or 13579464. OLE color: 13579464.
HSL color Cylindrical-coordinate representation of color #C834CF: hue angle of 297.29º degrees, saturation: 0.62, 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 #C834CF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 52 | 207 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.19 |
| HSL | 297.29º | 0.62% | 0.51% | - |
| HSV(B) | 297.29º | 0.75% | 0.81% | - |
| XYZ | 36.31 | 19.24 | 60.83 | - |
| YUV | 113.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 207 | 0.03 | 0.75 | 0 | 0.19 | 297.29 | 0.62 | 0.51 |
| Hex | C8 | 34 | CF | 3 | 4B | 0 | 13 | 129 | 3E | 33 |
| Octal | 310 | 64 | 317 | 3 | 113 | 0 | 23 | 451 | 76 | 63 |
| Binary | 11001000 | 110100 | 11001111 | 11 | 1001011 | 0 | 10011 | 100101001 | 111110 | 110011 |
Color Harmonies of #C834CF
Complementary color
Monochromatic Colors of #C834CF
Black with #C834CF
Text Example
Text Example
White with #C834CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834CF; }
p { color: rgb(200,52,207); }
H1.HeaderClassName
{
color: #C834CF;
}
.AnyTagClassName
{
color: #C834CF;
}
</style>
background-color css
<style>
a { background-color: #C834CF; }
a { background-color: rgb(200,52,207); }
div.DivClassName
{
background-color: #C834CF;
}
.BgClassName
{
background-color: #C834CF;
}
</style>
border-color css
<style>
span { border-color: #C834CF; }
span { border-color: rgb(200,52,207); }
td.TdClassName
{
border-color: #C834CF;
}
.TagClassName
{
border-color: #C834CF;
}
</style>