Shades of Fuchsia #C736CF
Tints of Fuchsia #C736CF
RGB
CMYK
RGB Variations
Color information
#C736CF (or 0xC736CF) is known color: Fuchsia. HEX triplet: C7, 36 and CF. RGB value is (199,54,207). Sum of RGB (Red+Green+Blue) = 199+54+207=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #C736CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736CF is #38C930. Grayscale: #727272. Windows color (decimal): -3721521 or 13579975. OLE color: 13579975.
HSL color Cylindrical-coordinate representation of color #C736CF: hue angle of 296.86º 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 #C736CF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 54 | 207 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.19 |
| HSL | 296.86º | 0.61% | 0.51% | - |
| HSV(B) | 296.86º | 0.74% | 0.81% | - |
| XYZ | 36.13 | 19.29 | 60.85 | - |
| YUV | 114.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 207 | 0.04 | 0.74 | 0 | 0.19 | 296.86 | 0.61 | 0.51 |
| Hex | C7 | 36 | CF | 4 | 4A | 0 | 13 | 129 | 3D | 33 |
| Octal | 307 | 66 | 317 | 4 | 112 | 0 | 23 | 451 | 75 | 63 |
| Binary | 11000111 | 110110 | 11001111 | 100 | 1001010 | 0 | 10011 | 100101001 | 111101 | 110011 |
Color Harmonies of #C736CF
Complementary color
Monochromatic Colors of #C736CF
Black with #C736CF
Text Example
Text Example
White with #C736CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736CF; }
p { color: rgb(199,54,207); }
H1.HeaderClassName
{
color: #C736CF;
}
.AnyTagClassName
{
color: #C736CF;
}
</style>
background-color css
<style>
a { background-color: #C736CF; }
a { background-color: rgb(199,54,207); }
div.DivClassName
{
background-color: #C736CF;
}
.BgClassName
{
background-color: #C736CF;
}
</style>
border-color css
<style>
span { border-color: #C736CF; }
span { border-color: rgb(199,54,207); }
td.TdClassName
{
border-color: #C736CF;
}
.TagClassName
{
border-color: #C736CF;
}
</style>