Shades of Fuchsia #C135BE
Tints of Fuchsia #C135BE
RGB
CMYK
RGB Variations
Color information
#C135BE (or 0xC135BE) is known color: Fuchsia. HEX triplet: C1, 35 and BE. RGB value is (193,53,190). Sum of RGB (Red+Green+Blue) = 193+53+190=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C135BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135BE is #3ECA41. Grayscale: #6E6E6E. Windows color (decimal): -4115010 or 12465601. OLE color: 12465601.
HSL color Cylindrical-coordinate representation of color #C135BE: hue angle of 301.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C135BE is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 190 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.24 |
| HSL | 301.29º | 0.57% | 0.48% | - |
| HSV(B) | 301.29º | 0.73% | 0.76% | - |
| XYZ | 32.56 | 17.6 | 50.4 | - |
| YUV | 110.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 190 | 0 | 0.73 | 0.02 | 0.24 | 301.29 | 0.57 | 0.48 |
| Hex | C1 | 35 | BE | 0 | 49 | 2 | 18 | 12D | 39 | 30 |
| Octal | 301 | 65 | 276 | 0 | 111 | 2 | 30 | 455 | 71 | 60 |
| Binary | 11000001 | 110101 | 10111110 | 0 | 1001001 | 10 | 11000 | 100101101 | 111001 | 110000 |
Color Harmonies of #C135BE
Complementary color
Monochromatic Colors of #C135BE
Black with #C135BE
Text Example
Text Example
White with #C135BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135BE; }
p { color: rgb(193,53,190); }
H1.HeaderClassName
{
color: #C135BE;
}
.AnyTagClassName
{
color: #C135BE;
}
</style>
background-color css
<style>
a { background-color: #C135BE; }
a { background-color: rgb(193,53,190); }
div.DivClassName
{
background-color: #C135BE;
}
.BgClassName
{
background-color: #C135BE;
}
</style>
border-color css
<style>
span { border-color: #C135BE; }
span { border-color: rgb(193,53,190); }
td.TdClassName
{
border-color: #C135BE;
}
.TagClassName
{
border-color: #C135BE;
}
</style>