Shades of Fuchsia #C135BD
Tints of Fuchsia #C135BD
RGB
CMYK
RGB Variations
Color information
#C135BD (or 0xC135BD) is known color: Fuchsia. HEX triplet: C1, 35 and BD. RGB value is (193,53,189). Sum of RGB (Red+Green+Blue) = 193+53+189=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C135BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135BD is #3ECA42. Grayscale: #6D6D6D. Windows color (decimal): -4115011 or 12400065. OLE color: 12400065.
HSL color Cylindrical-coordinate representation of color #C135BD: hue angle of 301.71º 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 #C135BD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 189 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.24 |
| HSL | 301.71º | 0.57% | 0.48% | - |
| HSV(B) | 301.71º | 0.73% | 0.76% | - |
| XYZ | 32.45 | 17.56 | 49.82 | - |
| YUV | 110.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 189 | 0 | 0.73 | 0.02 | 0.24 | 301.71 | 0.57 | 0.48 |
| Hex | C1 | 35 | BD | 0 | 49 | 2 | 18 | 12E | 39 | 30 |
| Octal | 301 | 65 | 275 | 0 | 111 | 2 | 30 | 456 | 71 | 60 |
| Binary | 11000001 | 110101 | 10111101 | 0 | 1001001 | 10 | 11000 | 100101110 | 111001 | 110000 |
Color Harmonies of #C135BD
Complementary color
Monochromatic Colors of #C135BD
Black with #C135BD
Text Example
Text Example
White with #C135BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135BD; }
p { color: rgb(193,53,189); }
H1.HeaderClassName
{
color: #C135BD;
}
.AnyTagClassName
{
color: #C135BD;
}
</style>
background-color css
<style>
a { background-color: #C135BD; }
a { background-color: rgb(193,53,189); }
div.DivClassName
{
background-color: #C135BD;
}
.BgClassName
{
background-color: #C135BD;
}
</style>
border-color css
<style>
span { border-color: #C135BD; }
span { border-color: rgb(193,53,189); }
td.TdClassName
{
border-color: #C135BD;
}
.TagClassName
{
border-color: #C135BD;
}
</style>