Shades of Fuchsia #C736C9
Tints of Fuchsia #C736C9
RGB
CMYK
RGB Variations
Color information
#C736C9 (or 0xC736C9) is known color: Fuchsia. HEX triplet: C7, 36 and C9. RGB value is (199,54,201). Sum of RGB (Red+Green+Blue) = 199+54+201=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #C736C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736C9 is #38C936. Grayscale: #717171. Windows color (decimal): -3721527 or 13186759. OLE color: 13186759.
HSL color Cylindrical-coordinate representation of color #C736C9: hue angle of 299.18º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736C9 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 54 | 201 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.21 |
| HSL | 299.18º | 0.58% | 0.5% | - |
| HSV(B) | 299.18º | 0.73% | 0.79% | - |
| XYZ | 35.41 | 19 | 57.06 | - |
| YUV | 114.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 201 | 0.01 | 0.73 | 0 | 0.21 | 299.18 | 0.58 | 0.5 |
| Hex | C7 | 36 | C9 | 1 | 49 | 0 | 15 | 12B | 3A | 32 |
| Octal | 307 | 66 | 311 | 1 | 111 | 0 | 25 | 453 | 72 | 62 |
| Binary | 11000111 | 110110 | 11001001 | 1 | 1001001 | 0 | 10101 | 100101011 | 111010 | 110010 |
Color Harmonies of #C736C9
Complementary color
Monochromatic Colors of #C736C9
Black with #C736C9
Text Example
Text Example
White with #C736C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736C9; }
p { color: rgb(199,54,201); }
H1.HeaderClassName
{
color: #C736C9;
}
.AnyTagClassName
{
color: #C736C9;
}
</style>
background-color css
<style>
a { background-color: #C736C9; }
a { background-color: rgb(199,54,201); }
div.DivClassName
{
background-color: #C736C9;
}
.BgClassName
{
background-color: #C736C9;
}
</style>
border-color css
<style>
span { border-color: #C736C9; }
span { border-color: rgb(199,54,201); }
td.TdClassName
{
border-color: #C736C9;
}
.TagClassName
{
border-color: #C736C9;
}
</style>