#C95AAA

Color #C95AAA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C95AAA

Tints of Fuchsia #C95AAA

Color information

#C95AAA (or 0xC95AAA) is unknown color: approx Fuchsia. HEX triplet: C9, 5A and AA. RGB value is (201,90,170). Sum of RGB (Red+Green+Blue) = 201+90+170=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AAA is #36A555. Grayscale: #848484. Windows color (decimal): -3581270 or 11164361. OLE color: 11164361.

HSL color Cylindrical-coordinate representation of color #C95AAA: hue angle of 316.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95AAA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20190170-
CMYK00.550.150.21
HSL316.76º50.68%57.06%-
HSV(B)316.76º55.22%78.82%-
XYZ3522.6340.55-
YUV132.31149.27177-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 90 (35.55% from 255) = 19.52%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=43.60%
G=19.52%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019017000.550.150.21316.7650.6857.06
HexC95AAA037F1513d3339
Octal31113225206717254756371
Binary110010011011010101010100110111111110101100111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95AAA; }

 p { color: rgb(201,90,170); }

 H1.HeaderClassName
 {
   color: #C95AAA;
 }
 .AnyTagClassName
 {
   color: #C95AAA;
 }
</style>
background-color css

<style>
 a { background-color: #C95AAA; }

 a { background-color: rgb(201,90,170); }

 div.DivClassName
 {
   background-color: #C95AAA;
 }
 .BgClassName
 {
   background-color: #C95AAA;
 }
</style>
border-color css

<style>
 span { border-color: #C95AAA; }

 span { border-color: rgb(201,90,170); }

 td.TdClassName
 {
   border-color: #C95AAA;
 }
 .TagClassName
 {
   border-color: #C95AAA;
 }
</style>