Shades of Fuchsia #C95ACC
Tints of Fuchsia #C95ACC
RGB
CMYK
RGB Variations
Color information
#C95ACC (or 0xC95ACC) is known color: Fuchsia. HEX triplet: C9, 5A and CC. RGB value is (201,90,204). Sum of RGB (Red+Green+Blue) = 201+90+204=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C95ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ACC is #36A533. Grayscale: #878787. Windows color (decimal): -3581236 or 13392585. OLE color: 13392585.
HSL color Cylindrical-coordinate representation of color #C95ACC: hue angle of 298.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95ACC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 90 | 204 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.2 |
| HSL | 298.42º | 0.53% | 0.58% | - |
| HSV(B) | 298.42º | 0.56% | 0.8% | - |
| XYZ | 38.64 | 24.09 | 59.74 | - |
| YUV | 136.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 204 | 0.01 | 0.56 | 0 | 0.2 | 298.42 | 0.53 | 0.58 |
| Hex | C9 | 5A | CC | 1 | 38 | 0 | 14 | 12A | 35 | 3A |
| Octal | 311 | 132 | 314 | 1 | 70 | 0 | 24 | 452 | 65 | 72 |
| Binary | 11001001 | 1011010 | 11001100 | 1 | 111000 | 0 | 10100 | 100101010 | 110101 | 111010 |
Color Harmonies of #C95ACC
Complementary color
Monochromatic Colors of #C95ACC
Black with #C95ACC
Text Example
Text Example
White with #C95ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ACC; }
p { color: rgb(201,90,204); }
H1.HeaderClassName
{
color: #C95ACC;
}
.AnyTagClassName
{
color: #C95ACC;
}
</style>
background-color css
<style>
a { background-color: #C95ACC; }
a { background-color: rgb(201,90,204); }
div.DivClassName
{
background-color: #C95ACC;
}
.BgClassName
{
background-color: #C95ACC;
}
</style>
border-color css
<style>
span { border-color: #C95ACC; }
span { border-color: rgb(201,90,204); }
td.TdClassName
{
border-color: #C95ACC;
}
.TagClassName
{
border-color: #C95ACC;
}
</style>