#C963AD

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

Shades of Fuchsia #C963AD

Tints of Fuchsia #C963AD

Color information

#C963AD (or 0xC963AD) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and AD. RGB value is (201,99,173). Sum of RGB (Red+Green+Blue) = 201+99+173=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AD is #369C52. Grayscale: #898989. Windows color (decimal): -3578963 or 11363273. OLE color: 11363273.

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

Color convert

RGB20199173-
CMYK00.510.140.21
HSL316.47º48.57%58.82%-
HSV(B)316.47º50.75%78.82%-
XYZ36.0924.3642.33-
YUV137.93147.79172.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=42.49%
G=20.93%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019917300.510.140.21316.4748.5758.82
HexC963AD033E1513c313b
Octal31114325506316254746173
Binary110010011100011101011010110011111010101100111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963AD; }

 p { color: rgb(201,99,173); }

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

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

 a { background-color: rgb(201,99,173); }

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

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

 span { border-color: rgb(201,99,173); }

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