Shades of Fuchsia #C15ACB
Tints of Fuchsia #C15ACB
RGB
CMYK
RGB Variations
Color information
#C15ACB (or 0xC15ACB) is known color: Fuchsia. HEX triplet: C1, 5A and CB. RGB value is (193,90,203). Sum of RGB (Red+Green+Blue) = 193+90+203=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #C15ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15ACB is #3EA534. Grayscale: #858585. Windows color (decimal): -4105525 or 13327041. OLE color: 13327041.
HSL color Cylindrical-coordinate representation of color #C15ACB: hue angle of 294.69º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15ACB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 90 | 203 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.20 |
| HSL | 294.69º | 0.52% | 0.57% | - |
| HSV(B) | 294.69º | 0.56% | 0.8% | - |
| XYZ | 36.43 | 22.96 | 59.01 | - |
| YUV | 133.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 203 | 0.05 | 0.56 | 0 | 0.20 | 294.69 | 0.52 | 0.57 |
| Hex | C1 | 5A | CB | 5 | 38 | 0 | 14 | 127 | 34 | 39 |
| Octal | 301 | 132 | 313 | 5 | 70 | 0 | 24 | 447 | 64 | 71 |
| Binary | 11000001 | 1011010 | 11001011 | 101 | 111000 | 0 | 10100 | 100100111 | 110100 | 111001 |
Color Harmonies of #C15ACB
Complementary color
Monochromatic Colors of #C15ACB
Black with #C15ACB
Text Example
Text Example
White with #C15ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15ACB; }
p { color: rgb(193,90,203); }
H1.HeaderClassName
{
color: #C15ACB;
}
.AnyTagClassName
{
color: #C15ACB;
}
</style>
background-color css
<style>
a { background-color: #C15ACB; }
a { background-color: rgb(193,90,203); }
div.DivClassName
{
background-color: #C15ACB;
}
.BgClassName
{
background-color: #C15ACB;
}
</style>
border-color css
<style>
span { border-color: #C15ACB; }
span { border-color: rgb(193,90,203); }
td.TdClassName
{
border-color: #C15ACB;
}
.TagClassName
{
border-color: #C15ACB;
}
</style>