#C94AC0

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

Shades of Fuchsia #C94AC0

Tints of Fuchsia #C94AC0

Color information

#C94AC0 (or 0xC94AC0) is unknown color: approx Fuchsia. HEX triplet: C9, 4A and C0. RGB value is (201,74,192). Sum of RGB (Red+Green+Blue) = 201+74+192=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AC0 is #36B53F. Grayscale: #7D7D7D. Windows color (decimal): -3585344 or 12602057. OLE color: 12602057.

HSL color Cylindrical-coordinate representation of color #C94AC0: hue angle of 304.25º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94AC0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20174192-
CMYK00.630.040.21
HSL304.25º54.04%53.92%-
HSV(B)304.25º63.18%78.82%-
XYZ36.0521.1252.05-
YUV125.42165.58181.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.04%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=43.04%
G=15.85%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017419200.630.040.21304.2554.0453.92
HexC94AC003F4151303636
Octal3111123000774254606666
Binary11001001100101011000000011111110010101100110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94AC0; }

 p { color: rgb(201,74,192); }

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

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

 a { background-color: rgb(201,74,192); }

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

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

 span { border-color: rgb(201,74,192); }

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