Html Css Color HEX #C964AD Fuchsia

📋 copy color: '#C964AD'

red 201 ◦ green 100 ◦ blue 173

#C964AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C964AD

Tints of Fuchsia #C964AD

RGB

 RED value IS 201 (78.91% from 255) = 42.41%

 GREEN value IS 100 (39.45% from 255) = 21.1%

 BLUE value IS 173 (67.97% from 255) = 36.5%

R = 42.41%
G = 21.1%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C964AD (or 0xC964AD) is known color: Fuchsia. HEX triplet: C9, 64 and AD. RGB value is (201,100,173). Sum of RGB (Red+Green+Blue) = 201+100+173=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C964AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C964AD is #369B52. Grayscale: #8A8A8A. Windows color (decimal): -3578707 or 11363529. OLE color: 11363529.

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

Color convert

RGB 201 100 173 -
CMYK 0 0.50 0.14 0.21
HSL 316.63º 0.48% 0.59% -
HSV(B) 316.63º 0.5% 0.79% -
XYZ 36.19 24.55 42.37 -
YUV 138.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 201 100 173 0 0.50 0.14 0.21 316.63 0.48 0.59
Hex C9 64 AD 0 32 E 15 13D 30 3B
Octal 311 144 255 0 62 16 25 475 60 73
Binary 11001001 1100100 10101101 0 110010 1110 10101 100111101 110000 111011

Color Harmonies of #C964AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964AD

Black with #C964AD

Text Example


Text Example

White with #C964AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964AD; }

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

 H1.HeaderClassName
 {
   color: #C964AD;
 }
 .AnyTagClassName
 {
   color: #C964AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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