Shades of Fuchsia #C135AF
Tints of Fuchsia #C135AF
RGB
CMYK
RGB Variations
Color information
#C135AF (or 0xC135AF) is known color: Fuchsia. HEX triplet: C1, 35 and AF. RGB value is (193,53,175). Sum of RGB (Red+Green+Blue) = 193+53+175=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C135AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C135AF is #3ECA50. Grayscale: #6C6C6C. Windows color (decimal): -4115025 or 11482561. OLE color: 11482561.
HSL color Cylindrical-coordinate representation of color #C135AF: hue angle of 307.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 #C135AF is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 175 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.24 |
| HSL | 307.71º | 0.57% | 0.48% | - |
| HSV(B) | 307.71º | 0.73% | 0.76% | - |
| XYZ | 31 | 16.98 | 42.2 | - |
| YUV | 108.77 | 165.38 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 175 | 0 | 0.73 | 0.09 | 0.24 | 307.71 | 0.57 | 0.48 |
| Hex | C1 | 35 | AF | 0 | 49 | 9 | 18 | 134 | 39 | 30 |
| Octal | 301 | 65 | 257 | 0 | 111 | 11 | 30 | 464 | 71 | 60 |
| Binary | 11000001 | 110101 | 10101111 | 0 | 1001001 | 1001 | 11000 | 100110100 | 111001 | 110000 |
Color Harmonies of #C135AF
Complementary color
Monochromatic Colors of #C135AF
Black with #C135AF
Text Example
Text Example
White with #C135AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135AF; }
p { color: rgb(193,53,175); }
H1.HeaderClassName
{
color: #C135AF;
}
.AnyTagClassName
{
color: #C135AF;
}
</style>
background-color css
<style>
a { background-color: #C135AF; }
a { background-color: rgb(193,53,175); }
div.DivClassName
{
background-color: #C135AF;
}
.BgClassName
{
background-color: #C135AF;
}
</style>
border-color css
<style>
span { border-color: #C135AF; }
span { border-color: rgb(193,53,175); }
td.TdClassName
{
border-color: #C135AF;
}
.TagClassName
{
border-color: #C135AF;
}
</style>