Shades of Fuchsia #C736C8
Tints of Fuchsia #C736C8
RGB
CMYK
RGB Variations
Color information
#C736C8 (or 0xC736C8) is known color: Fuchsia. HEX triplet: C7, 36 and C8. RGB value is (199,54,200). Sum of RGB (Red+Green+Blue) = 199+54+200=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #C736C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736C8 is #38C937. Grayscale: #717171. Windows color (decimal): -3721528 or 13121223. OLE color: 13121223.
HSL color Cylindrical-coordinate representation of color #C736C8: hue angle of 299.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736C8 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 200 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.22 |
| HSL | 299.59º | 0.57% | 0.5% | - |
| HSV(B) | 299.59º | 0.73% | 0.78% | - |
| XYZ | 35.3 | 18.95 | 56.44 | - |
| YUV | 114 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 200 | 0.00 | 0.73 | 0 | 0.22 | 299.59 | 0.57 | 0.5 |
| Hex | C7 | 36 | C8 | 0 | 49 | 0 | 16 | 12C | 39 | 32 |
| Octal | 307 | 66 | 310 | 0 | 111 | 0 | 26 | 454 | 71 | 62 |
| Binary | 11000111 | 110110 | 11001000 | 0 | 1001001 | 0 | 10110 | 100101100 | 111001 | 110010 |
Color Harmonies of #C736C8
Complementary color
Monochromatic Colors of #C736C8
Black with #C736C8
Text Example
Text Example
White with #C736C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736C8; }
p { color: rgb(199,54,200); }
H1.HeaderClassName
{
color: #C736C8;
}
.AnyTagClassName
{
color: #C736C8;
}
</style>
background-color css
<style>
a { background-color: #C736C8; }
a { background-color: rgb(199,54,200); }
div.DivClassName
{
background-color: #C736C8;
}
.BgClassName
{
background-color: #C736C8;
}
</style>
border-color css
<style>
span { border-color: #C736C8; }
span { border-color: rgb(199,54,200); }
td.TdClassName
{
border-color: #C736C8;
}
.TagClassName
{
border-color: #C736C8;
}
</style>