Shades of Fuchsia #C736CD
Tints of Fuchsia #C736CD
RGB
CMYK
RGB Variations
Color information
#C736CD (or 0xC736CD) is known color: Fuchsia. HEX triplet: C7, 36 and CD. RGB value is (199,54,205). Sum of RGB (Red+Green+Blue) = 199+54+205=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C736CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736CD is #38C932. Grayscale: #727272. Windows color (decimal): -3721523 or 13448903. OLE color: 13448903.
HSL color Cylindrical-coordinate representation of color #C736CD: hue angle of 297.62º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C736CD is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 54 | 205 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.20 |
| HSL | 297.62º | 0.6% | 0.51% | - |
| HSV(B) | 297.62º | 0.74% | 0.8% | - |
| XYZ | 35.89 | 19.19 | 59.57 | - |
| YUV | 114.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 205 | 0.03 | 0.74 | 0 | 0.20 | 297.62 | 0.6 | 0.51 |
| Hex | C7 | 36 | CD | 3 | 4A | 0 | 14 | 12A | 3C | 33 |
| Octal | 307 | 66 | 315 | 3 | 112 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11000111 | 110110 | 11001101 | 11 | 1001010 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C736CD
Complementary color
Monochromatic Colors of #C736CD
Black with #C736CD
Text Example
Text Example
White with #C736CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736CD; }
p { color: rgb(199,54,205); }
H1.HeaderClassName
{
color: #C736CD;
}
.AnyTagClassName
{
color: #C736CD;
}
</style>
background-color css
<style>
a { background-color: #C736CD; }
a { background-color: rgb(199,54,205); }
div.DivClassName
{
background-color: #C736CD;
}
.BgClassName
{
background-color: #C736CD;
}
</style>
border-color css
<style>
span { border-color: #C736CD; }
span { border-color: rgb(199,54,205); }
td.TdClassName
{
border-color: #C736CD;
}
.TagClassName
{
border-color: #C736CD;
}
</style>