Shades of Fuchsia #C734CF
Tints of Fuchsia #C734CF
RGB
CMYK
RGB Variations
Color information
#C734CF (or 0xC734CF) is known color: Fuchsia. HEX triplet: C7, 34 and CF. RGB value is (199,52,207). Sum of RGB (Red+Green+Blue) = 199+52+207=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #C734CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CF is #38CB30. Grayscale: #717171. Windows color (decimal): -3722033 or 13579463. OLE color: 13579463.
HSL color Cylindrical-coordinate representation of color #C734CF: hue angle of 296.9º 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 #C734CF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 52 | 207 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.19 |
| HSL | 296.9º | 0.62% | 0.51% | - |
| HSV(B) | 296.9º | 0.75% | 0.81% | - |
| XYZ | 36.04 | 19.1 | 60.82 | - |
| YUV | 113.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 207 | 0.04 | 0.75 | 0 | 0.19 | 296.9 | 0.62 | 0.51 |
| Hex | C7 | 34 | CF | 4 | 4B | 0 | 13 | 129 | 3E | 33 |
| Octal | 307 | 64 | 317 | 4 | 113 | 0 | 23 | 451 | 76 | 63 |
| Binary | 11000111 | 110100 | 11001111 | 100 | 1001011 | 0 | 10011 | 100101001 | 111110 | 110011 |
Color Harmonies of #C734CF
Complementary color
Monochromatic Colors of #C734CF
Black with #C734CF
Text Example
Text Example
White with #C734CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734CF; }
p { color: rgb(199,52,207); }
H1.HeaderClassName
{
color: #C734CF;
}
.AnyTagClassName
{
color: #C734CF;
}
</style>
background-color css
<style>
a { background-color: #C734CF; }
a { background-color: rgb(199,52,207); }
div.DivClassName
{
background-color: #C734CF;
}
.BgClassName
{
background-color: #C734CF;
}
</style>
border-color css
<style>
span { border-color: #C734CF; }
span { border-color: rgb(199,52,207); }
td.TdClassName
{
border-color: #C734CF;
}
.TagClassName
{
border-color: #C734CF;
}
</style>