#C95ACC

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

Shades of Fuchsia #C95ACC

Tints of Fuchsia #C95ACC

Color information

#C95ACC (or 0xC95ACC) is unknown color: approx 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

RGB20190204-
CMYK0.010.5600.2
HSL298.42º52.78%57.65%-
HSV(B)298.42º55.88%80%-
XYZ38.6424.0959.74-
YUV136.18166.27174.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 90 (35.55% from 255) = 18.18%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=40.61%
G=18.18%
B=41.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201902040.010.5600.2298.4252.7857.65
HexC95ACC13801412a353a
Octal3111323141700244526572
Binary110010011011010110011001111000010100100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>