Shades of Fuchsia #C734CE
Tints of Fuchsia #C734CE
RGB
CMYK
RGB Variations
Color information
#C734CE (or 0xC734CE) is known color: Fuchsia. HEX triplet: C7, 34 and CE. RGB value is (199,52,206). Sum of RGB (Red+Green+Blue) = 199+52+206=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C734CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CE is #38CB31. Grayscale: #717171. Windows color (decimal): -3722034 or 13513927. OLE color: 13513927.
HSL color Cylindrical-coordinate representation of color #C734CE: hue angle of 297.27º degrees, saturation: 0.61, 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 #C734CE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 52 | 206 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.19 |
| HSL | 297.27º | 0.61% | 0.51% | - |
| HSV(B) | 297.27º | 0.75% | 0.81% | - |
| XYZ | 35.92 | 19.05 | 60.18 | - |
| YUV | 113.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 206 | 0.03 | 0.75 | 0 | 0.19 | 297.27 | 0.61 | 0.51 |
| Hex | C7 | 34 | CE | 3 | 4B | 0 | 13 | 129 | 3D | 33 |
| Octal | 307 | 64 | 316 | 3 | 113 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000111 | 110100 | 11001110 | 11 | 1001011 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C734CE
Complementary color
Monochromatic Colors of #C734CE
Black with #C734CE
Text Example
Text Example
White with #C734CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734CE; }
p { color: rgb(199,52,206); }
H1.HeaderClassName
{
color: #C734CE;
}
.AnyTagClassName
{
color: #C734CE;
}
</style>
background-color css
<style>
a { background-color: #C734CE; }
a { background-color: rgb(199,52,206); }
div.DivClassName
{
background-color: #C734CE;
}
.BgClassName
{
background-color: #C734CE;
}
</style>
border-color css
<style>
span { border-color: #C734CE; }
span { border-color: rgb(199,52,206); }
td.TdClassName
{
border-color: #C734CE;
}
.TagClassName
{
border-color: #C734CE;
}
</style>