Shades of Fuchsia #C735BC
Tints of Fuchsia #C735BC
RGB
CMYK
RGB Variations
Color information
#C735BC (or 0xC735BC) is known color: Fuchsia. HEX triplet: C7, 35 and BC. RGB value is (199,53,188). Sum of RGB (Red+Green+Blue) = 199+53+188=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C735BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735BC is #38CA43. Grayscale: #6F6F6F. Windows color (decimal): -3721796 or 12334535. OLE color: 12334535.
HSL color Cylindrical-coordinate representation of color #C735BC: hue angle of 304.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C735BC is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 188 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.22 |
| HSL | 304.52º | 0.58% | 0.49% | - |
| HSV(B) | 304.52º | 0.73% | 0.78% | - |
| XYZ | 33.9 | 18.32 | 49.33 | - |
| YUV | 112.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 188 | 0 | 0.73 | 0.06 | 0.22 | 304.52 | 0.58 | 0.49 |
| Hex | C7 | 35 | BC | 0 | 49 | 6 | 16 | 131 | 3A | 31 |
| Octal | 307 | 65 | 274 | 0 | 111 | 6 | 26 | 461 | 72 | 61 |
| Binary | 11000111 | 110101 | 10111100 | 0 | 1001001 | 110 | 10110 | 100110001 | 111010 | 110001 |
Color Harmonies of #C735BC
Complementary color
Monochromatic Colors of #C735BC
Black with #C735BC
Text Example
Text Example
White with #C735BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735BC; }
p { color: rgb(199,53,188); }
H1.HeaderClassName
{
color: #C735BC;
}
.AnyTagClassName
{
color: #C735BC;
}
</style>
background-color css
<style>
a { background-color: #C735BC; }
a { background-color: rgb(199,53,188); }
div.DivClassName
{
background-color: #C735BC;
}
.BgClassName
{
background-color: #C735BC;
}
</style>
border-color css
<style>
span { border-color: #C735BC; }
span { border-color: rgb(199,53,188); }
td.TdClassName
{
border-color: #C735BC;
}
.TagClassName
{
border-color: #C735BC;
}
</style>