Html Css Color HEX #C966AD Fuchsia

📋 copy color: '#C966AD'

red 201 ◦ green 102 ◦ blue 173

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

Shades of Fuchsia #C966AD

Tints of Fuchsia #C966AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

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

R = 42.23%
G = 21.43%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C966AD (or 0xC966AD) is known color: Fuchsia. HEX triplet: C9, 66 and AD. RGB value is (201,102,173). Sum of RGB (Red+Green+Blue) = 201+102+173=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AD is #369952. Grayscale: #8B8B8B. Windows color (decimal): -3578195 or 11364041. OLE color: 11364041.

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

Color convert

RGB 201 102 173 -
CMYK 0 0.49 0.14 0.21
HSL 316.97º 0.48% 0.59% -
HSV(B) 316.97º 0.49% 0.79% -
XYZ 36.38 24.94 42.43 -
YUV 139.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 201 102 173 0 0.49 0.14 0.21 316.97 0.48 0.59
Hex C9 66 AD 0 31 E 15 13D 30 3B
Octal 311 146 255 0 61 16 25 475 60 73
Binary 11001001 1100110 10101101 0 110001 1110 10101 100111101 110000 111011

Color Harmonies of #C966AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C966AD

Black with #C966AD

Text Example


Text Example

White with #C966AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C966AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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