Shades of Fuchsia #C736D0
Tints of Fuchsia #C736D0
RGB
CMYK
RGB Variations
Color information
#C736D0 (or 0xC736D0) is known color: Fuchsia. HEX triplet: C7, 36 and D0. RGB value is (199,54,208). Sum of RGB (Red+Green+Blue) = 199+54+208=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #C736D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736D0 is #38C92F. Grayscale: #727272. Windows color (decimal): -3721520 or 13645511. OLE color: 13645511.
HSL color Cylindrical-coordinate representation of color #C736D0: hue angle of 296.49º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C736D0 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 54 | 208 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.18 |
| HSL | 296.49º | 0.62% | 0.51% | - |
| HSV(B) | 296.49º | 0.74% | 0.82% | - |
| XYZ | 36.26 | 19.33 | 61.5 | - |
| YUV | 114.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 208 | 0.04 | 0.74 | 0 | 0.18 | 296.49 | 0.62 | 0.51 |
| Hex | C7 | 36 | D0 | 4 | 4A | 0 | 12 | 128 | 3E | 33 |
| Octal | 307 | 66 | 320 | 4 | 112 | 0 | 22 | 450 | 76 | 63 |
| Binary | 11000111 | 110110 | 11010000 | 100 | 1001010 | 0 | 10010 | 100101000 | 111110 | 110011 |
Color Harmonies of #C736D0
Complementary color
Monochromatic Colors of #C736D0
Black with #C736D0
Text Example
Text Example
White with #C736D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736D0; }
p { color: rgb(199,54,208); }
H1.HeaderClassName
{
color: #C736D0;
}
.AnyTagClassName
{
color: #C736D0;
}
</style>
background-color css
<style>
a { background-color: #C736D0; }
a { background-color: rgb(199,54,208); }
div.DivClassName
{
background-color: #C736D0;
}
.BgClassName
{
background-color: #C736D0;
}
</style>
border-color css
<style>
span { border-color: #C736D0; }
span { border-color: rgb(199,54,208); }
td.TdClassName
{
border-color: #C736D0;
}
.TagClassName
{
border-color: #C736D0;
}
</style>