Shades of Fuchsia #C735BE
Tints of Fuchsia #C735BE
RGB
CMYK
RGB Variations
Color information
#C735BE (or 0xC735BE) is known color: Fuchsia. HEX triplet: C7, 35 and BE. RGB value is (199,53,190). Sum of RGB (Red+Green+Blue) = 199+53+190=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C735BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C735BE is #38CA41. Grayscale: #6F6F6F. Windows color (decimal): -3721794 or 12465607. OLE color: 12465607.
HSL color Cylindrical-coordinate representation of color #C735BE: hue angle of 303.7º 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 #C735BE is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 190 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.22 |
| HSL | 303.7º | 0.58% | 0.49% | - |
| HSV(B) | 303.7º | 0.73% | 0.78% | - |
| XYZ | 34.12 | 18.41 | 50.47 | - |
| YUV | 112.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 190 | 0 | 0.73 | 0.05 | 0.22 | 303.7 | 0.58 | 0.49 |
| Hex | C7 | 35 | BE | 0 | 49 | 5 | 16 | 130 | 3A | 31 |
| Octal | 307 | 65 | 276 | 0 | 111 | 5 | 26 | 460 | 72 | 61 |
| Binary | 11000111 | 110101 | 10111110 | 0 | 1001001 | 101 | 10110 | 100110000 | 111010 | 110001 |
Color Harmonies of #C735BE
Complementary color
Monochromatic Colors of #C735BE
Black with #C735BE
Text Example
Text Example
White with #C735BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735BE; }
p { color: rgb(199,53,190); }
H1.HeaderClassName
{
color: #C735BE;
}
.AnyTagClassName
{
color: #C735BE;
}
</style>
background-color css
<style>
a { background-color: #C735BE; }
a { background-color: rgb(199,53,190); }
div.DivClassName
{
background-color: #C735BE;
}
.BgClassName
{
background-color: #C735BE;
}
</style>
border-color css
<style>
span { border-color: #C735BE; }
span { border-color: rgb(199,53,190); }
td.TdClassName
{
border-color: #C735BE;
}
.TagClassName
{
border-color: #C735BE;
}
</style>