Shades of Fuchsia #C735CE
Tints of Fuchsia #C735CE
RGB
CMYK
RGB Variations
Color information
#C735CE (or 0xC735CE) is known color: Fuchsia. HEX triplet: C7, 35 and CE. RGB value is (199,53,206). Sum of RGB (Red+Green+Blue) = 199+53+206=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C735CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735CE is #38CA31. Grayscale: #717171. Windows color (decimal): -3721778 or 13514183. OLE color: 13514183.
HSL color Cylindrical-coordinate representation of color #C735CE: hue angle of 297.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C735CE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 53 | 206 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.19 |
| HSL | 297.25º | 0.61% | 0.51% | - |
| HSV(B) | 297.25º | 0.74% | 0.81% | - |
| XYZ | 35.97 | 19.14 | 60.19 | - |
| YUV | 114.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 206 | 0.03 | 0.74 | 0 | 0.19 | 297.25 | 0.61 | 0.51 |
| Hex | C7 | 35 | CE | 3 | 4A | 0 | 13 | 129 | 3D | 33 |
| Octal | 307 | 65 | 316 | 3 | 112 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000111 | 110101 | 11001110 | 11 | 1001010 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C735CE
Complementary color
Monochromatic Colors of #C735CE
Black with #C735CE
Text Example
Text Example
White with #C735CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735CE; }
p { color: rgb(199,53,206); }
H1.HeaderClassName
{
color: #C735CE;
}
.AnyTagClassName
{
color: #C735CE;
}
</style>
background-color css
<style>
a { background-color: #C735CE; }
a { background-color: rgb(199,53,206); }
div.DivClassName
{
background-color: #C735CE;
}
.BgClassName
{
background-color: #C735CE;
}
</style>
border-color css
<style>
span { border-color: #C735CE; }
span { border-color: rgb(199,53,206); }
td.TdClassName
{
border-color: #C735CE;
}
.TagClassName
{
border-color: #C735CE;
}
</style>