Shades of Fuchsia #C736CE
Tints of Fuchsia #C736CE
RGB
CMYK
RGB Variations
Color information
#C736CE (or 0xC736CE) is known color: Fuchsia. HEX triplet: C7, 36 and CE. RGB value is (199,54,206). Sum of RGB (Red+Green+Blue) = 199+54+206=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C736CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736CE is #38C931. Grayscale: #727272. Windows color (decimal): -3721522 or 13514439. OLE color: 13514439.
HSL color Cylindrical-coordinate representation of color #C736CE: hue angle of 297.24º 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 #C736CE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 54 | 206 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.19 |
| HSL | 297.24º | 0.61% | 0.51% | - |
| HSV(B) | 297.24º | 0.74% | 0.81% | - |
| XYZ | 36.01 | 19.24 | 60.21 | - |
| YUV | 114.68 | 179.54 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 206 | 0.03 | 0.74 | 0 | 0.19 | 297.24 | 0.61 | 0.51 |
| Hex | C7 | 36 | CE | 3 | 4A | 0 | 13 | 129 | 3D | 33 |
| Octal | 307 | 66 | 316 | 3 | 112 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000111 | 110110 | 11001110 | 11 | 1001010 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C736CE
Complementary color
Monochromatic Colors of #C736CE
Black with #C736CE
Text Example
Text Example
White with #C736CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736CE; }
p { color: rgb(199,54,206); }
H1.HeaderClassName
{
color: #C736CE;
}
.AnyTagClassName
{
color: #C736CE;
}
</style>
background-color css
<style>
a { background-color: #C736CE; }
a { background-color: rgb(199,54,206); }
div.DivClassName
{
background-color: #C736CE;
}
.BgClassName
{
background-color: #C736CE;
}
</style>
border-color css
<style>
span { border-color: #C736CE; }
span { border-color: rgb(199,54,206); }
td.TdClassName
{
border-color: #C736CE;
}
.TagClassName
{
border-color: #C736CE;
}
</style>