Shades of Fuchsia #C736CB
Tints of Fuchsia #C736CB
RGB
CMYK
RGB Variations
Color information
#C736CB (or 0xC736CB) is known color: Fuchsia. HEX triplet: C7, 36 and CB. RGB value is (199,54,203). Sum of RGB (Red+Green+Blue) = 199+54+203=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #C736CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736CB is #38C934. Grayscale: #717171. Windows color (decimal): -3721525 or 13317831. OLE color: 13317831.
HSL color Cylindrical-coordinate representation of color #C736CB: hue angle of 298.39º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736CB is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 54 | 203 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.20 |
| HSL | 298.39º | 0.59% | 0.5% | - |
| HSV(B) | 298.39º | 0.73% | 0.8% | - |
| XYZ | 35.65 | 19.09 | 58.31 | - |
| YUV | 114.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 203 | 0.02 | 0.73 | 0 | 0.20 | 298.39 | 0.59 | 0.5 |
| Hex | C7 | 36 | CB | 2 | 49 | 0 | 14 | 12A | 3B | 32 |
| Octal | 307 | 66 | 313 | 2 | 111 | 0 | 24 | 452 | 73 | 62 |
| Binary | 11000111 | 110110 | 11001011 | 10 | 1001001 | 0 | 10100 | 100101010 | 111011 | 110010 |
Color Harmonies of #C736CB
Complementary color
Monochromatic Colors of #C736CB
Black with #C736CB
Text Example
Text Example
White with #C736CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736CB; }
p { color: rgb(199,54,203); }
H1.HeaderClassName
{
color: #C736CB;
}
.AnyTagClassName
{
color: #C736CB;
}
</style>
background-color css
<style>
a { background-color: #C736CB; }
a { background-color: rgb(199,54,203); }
div.DivClassName
{
background-color: #C736CB;
}
.BgClassName
{
background-color: #C736CB;
}
</style>
border-color css
<style>
span { border-color: #C736CB; }
span { border-color: rgb(199,54,203); }
td.TdClassName
{
border-color: #C736CB;
}
.TagClassName
{
border-color: #C736CB;
}
</style>