Html Css Color HEX #C96AAE Fuchsia

📋 copy color: '#C96AAE'

red 201 ◦ green 106 ◦ blue 174

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

Shades of Fuchsia #C96AAE

Tints of Fuchsia #C96AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.04%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 41.79%
G = 22.04%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C96AAE (or 0xC96AAE) is known color: Fuchsia. HEX triplet: C9, 6A and AE. RGB value is (201,106,174). Sum of RGB (Red+Green+Blue) = 201+106+174=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C96AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96AAE is #369551. Grayscale: #8D8D8D. Windows color (decimal): -3577170 or 11430601. OLE color: 11430601.

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

Color convert

RGB 201 106 174 -
CMYK 0 0.47 0.13 0.21
HSL 317.05º 0.47% 0.6% -
HSV(B) 317.05º 0.47% 0.79% -
XYZ 36.88 25.78 43.08 -
YUV 142.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 201 106 174 0 0.47 0.13 0.21 317.05 0.47 0.6
Hex C9 6A AE 0 2F D 15 13D 2F 3C
Octal 311 152 256 0 57 15 25 475 57 74
Binary 11001001 1101010 10101110 0 101111 1101 10101 100111101 101111 111100

Color Harmonies of #C96AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96AAE

Black with #C96AAE

Text Example


Text Example

White with #C96AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96AAE; }

 p { color: rgb(201,106,174); }

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

background-color css

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

 a { background-color: rgb(201,106,174); }

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

border-color css

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

 span { border-color: rgb(201,106,174); }

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