Html Css Color HEX #C964AC Fuchsia

📋 copy color: '#C964AC'

red 201 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #C964AC

Tints of Fuchsia #C964AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 42.49%
G = 21.14%
B = 36.36%

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

#C964AC (or 0xC964AC) is known color: Fuchsia. HEX triplet: C9, 64 and AC. RGB value is (201,100,172). Sum of RGB (Red+Green+Blue) = 201+100+172=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C964AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C964AC is #369B53. Grayscale: #8A8A8A. Windows color (decimal): -3578708 or 11297993. OLE color: 11297993.

HSL color Cylindrical-coordinate representation of color #C964AC: hue angle of 317.23º 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 #C964AC is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 172 -
CMYK 0 0.50 0.14 0.21
HSL 317.23º 0.48% 0.59% -
HSV(B) 317.23º 0.5% 0.79% -
XYZ 36.09 24.51 41.86 -
YUV 138.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 201 100 172 0 0.50 0.14 0.21 317.23 0.48 0.59
Hex C9 64 AC 0 32 E 15 13D 30 3B
Octal 311 144 254 0 62 16 25 475 60 73
Binary 11001001 1100100 10101100 0 110010 1110 10101 100111101 110000 111011

Color Harmonies of #C964AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964AC

Black with #C964AC

Text Example


Text Example

White with #C964AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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