Shades of Fuchsia #C136AF
Tints of Fuchsia #C136AF
RGB
CMYK
RGB Variations
Color information
#C136AF (or 0xC136AF) is known color: Fuchsia. HEX triplet: C1, 36 and AF. RGB value is (193,54,175). Sum of RGB (Red+Green+Blue) = 193+54+175=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C136AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136AF is #3EC950. Grayscale: #6D6D6D. Windows color (decimal): -4114769 or 11482817. OLE color: 11482817.
HSL color Cylindrical-coordinate representation of color #C136AF: hue angle of 307.77º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C136AF is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 175 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.24 |
| HSL | 307.77º | 0.56% | 0.48% | - |
| HSV(B) | 307.77º | 0.72% | 0.76% | - |
| XYZ | 31.05 | 17.07 | 42.22 | - |
| YUV | 109.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 175 | 0 | 0.72 | 0.09 | 0.24 | 307.77 | 0.56 | 0.48 |
| Hex | C1 | 36 | AF | 0 | 48 | 9 | 18 | 134 | 38 | 30 |
| Octal | 301 | 66 | 257 | 0 | 110 | 11 | 30 | 464 | 70 | 60 |
| Binary | 11000001 | 110110 | 10101111 | 0 | 1001000 | 1001 | 11000 | 100110100 | 111000 | 110000 |
Color Harmonies of #C136AF
Complementary color
Monochromatic Colors of #C136AF
Black with #C136AF
Text Example
Text Example
White with #C136AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136AF; }
p { color: rgb(193,54,175); }
H1.HeaderClassName
{
color: #C136AF;
}
.AnyTagClassName
{
color: #C136AF;
}
</style>
background-color css
<style>
a { background-color: #C136AF; }
a { background-color: rgb(193,54,175); }
div.DivClassName
{
background-color: #C136AF;
}
.BgClassName
{
background-color: #C136AF;
}
</style>
border-color css
<style>
span { border-color: #C136AF; }
span { border-color: rgb(193,54,175); }
td.TdClassName
{
border-color: #C136AF;
}
.TagClassName
{
border-color: #C136AF;
}
</style>