#C967AD

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

Shades of Fuchsia #C967AD

Tints of Fuchsia #C967AD

Color information

#C967AD (or 0xC967AD) is unknown color: approx Fuchsia. HEX triplet: C9, 67 and AD. RGB value is (201,103,173). Sum of RGB (Red+Green+Blue) = 201+103+173=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C967AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967AD is #369852. Grayscale: #8C8C8C. Windows color (decimal): -3577939 or 11364297. OLE color: 11364297.

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

Color convert

RGB201103173-
CMYK00.490.140.21
HSL317.14º47.57%59.61%-
HSV(B)317.14º48.76%78.82%-
XYZ36.4825.1442.46-
YUV140.28146.47171.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.14%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=42.14%
G=21.59%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110317300.490.140.21317.1447.5759.61
HexC967AD031E1513d303c
Octal31114725506116254756074
Binary110010011100111101011010110001111010101100111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967AD; }

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

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

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

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

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

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

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

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