Shades of Fuchsia #C135CE
Tints of Fuchsia #C135CE
RGB
CMYK
RGB Variations
Color information
#C135CE (or 0xC135CE) is known color: Fuchsia. HEX triplet: C1, 35 and CE. RGB value is (193,53,206). Sum of RGB (Red+Green+Blue) = 193+53+206=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C135CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135CE is #3ECA31. Grayscale: #6F6F6F. Windows color (decimal): -4114994 or 13514177. OLE color: 13514177.
HSL color Cylindrical-coordinate representation of color #C135CE: hue angle of 294.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C135CE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 53 | 206 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.19 |
| HSL | 294.9º | 0.61% | 0.51% | - |
| HSV(B) | 294.9º | 0.74% | 0.81% | - |
| XYZ | 34.41 | 18.34 | 60.12 | - |
| YUV | 112.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 206 | 0.06 | 0.74 | 0 | 0.19 | 294.9 | 0.61 | 0.51 |
| Hex | C1 | 35 | CE | 6 | 4A | 0 | 13 | 127 | 3D | 33 |
| Octal | 301 | 65 | 316 | 6 | 112 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000001 | 110101 | 11001110 | 110 | 1001010 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C135CE
Complementary color
Monochromatic Colors of #C135CE
Black with #C135CE
Text Example
Text Example
White with #C135CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135CE; }
p { color: rgb(193,53,206); }
H1.HeaderClassName
{
color: #C135CE;
}
.AnyTagClassName
{
color: #C135CE;
}
</style>
background-color css
<style>
a { background-color: #C135CE; }
a { background-color: rgb(193,53,206); }
div.DivClassName
{
background-color: #C135CE;
}
.BgClassName
{
background-color: #C135CE;
}
</style>
border-color css
<style>
span { border-color: #C135CE; }
span { border-color: rgb(193,53,206); }
td.TdClassName
{
border-color: #C135CE;
}
.TagClassName
{
border-color: #C135CE;
}
</style>