Html Css Color HEX #C961AD Fuchsia

📋 copy color: '#C961AD'

red 201 ◦ green 97 ◦ blue 173

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

Shades of Fuchsia #C961AD

Tints of Fuchsia #C961AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.59%

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

R = 42.68%
G = 20.59%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C961AD (or 0xC961AD) is known color: Fuchsia. HEX triplet: C9, 61 and AD. RGB value is (201,97,173). Sum of RGB (Red+Green+Blue) = 201+97+173=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C961AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C961AD is #369E52. Grayscale: #888888. Windows color (decimal): -3579475 or 11362761. OLE color: 11362761.

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

Color convert

RGB 201 97 173 -
CMYK 0 0.52 0.14 0.21
HSL 316.15º 0.49% 0.58% -
HSV(B) 316.15º 0.52% 0.79% -
XYZ 35.9 23.98 42.27 -
YUV 136.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 201 97 173 0 0.52 0.14 0.21 316.15 0.49 0.58
Hex C9 61 AD 0 34 E 15 13C 31 3A
Octal 311 141 255 0 64 16 25 474 61 72
Binary 11001001 1100001 10101101 0 110100 1110 10101 100111100 110001 111010

Color Harmonies of #C961AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961AD

Black with #C961AD

Text Example


Text Example

White with #C961AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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