Shades of Fuchsia #C15AC8
Tints of Fuchsia #C15AC8
RGB
CMYK
RGB Variations
Color information
#C15AC8 (or 0xC15AC8) is known color: Fuchsia. HEX triplet: C1, 5A and C8. RGB value is (193,90,200). Sum of RGB (Red+Green+Blue) = 193+90+200=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #C15AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15AC8 is #3EA537. Grayscale: #858585. Windows color (decimal): -4105528 or 13130433. OLE color: 13130433.
HSL color Cylindrical-coordinate representation of color #C15AC8: hue angle of 296.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15AC8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 90 | 200 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.22 |
| HSL | 296.18º | 0.5% | 0.57% | - |
| HSV(B) | 296.18º | 0.55% | 0.78% | - |
| XYZ | 36.07 | 22.82 | 57.15 | - |
| YUV | 133.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 200 | 0.04 | 0.55 | 0 | 0.22 | 296.18 | 0.5 | 0.57 |
| Hex | C1 | 5A | C8 | 4 | 37 | 0 | 16 | 128 | 32 | 39 |
| Octal | 301 | 132 | 310 | 4 | 67 | 0 | 26 | 450 | 62 | 71 |
| Binary | 11000001 | 1011010 | 11001000 | 100 | 110111 | 0 | 10110 | 100101000 | 110010 | 111001 |
Color Harmonies of #C15AC8
Complementary color
Monochromatic Colors of #C15AC8
Black with #C15AC8
Text Example
Text Example
White with #C15AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AC8; }
p { color: rgb(193,90,200); }
H1.HeaderClassName
{
color: #C15AC8;
}
.AnyTagClassName
{
color: #C15AC8;
}
</style>
background-color css
<style>
a { background-color: #C15AC8; }
a { background-color: rgb(193,90,200); }
div.DivClassName
{
background-color: #C15AC8;
}
.BgClassName
{
background-color: #C15AC8;
}
</style>
border-color css
<style>
span { border-color: #C15AC8; }
span { border-color: rgb(193,90,200); }
td.TdClassName
{
border-color: #C15AC8;
}
.TagClassName
{
border-color: #C15AC8;
}
</style>