Html Css Color HEX #C95AAC Fuchsia

📋 copy color: '#C95AAC'

red 201 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C95AAC

Tints of Fuchsia #C95AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

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

R = 43.41%
G = 19.44%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C95AAC (or 0xC95AAC) is known color: Fuchsia. HEX triplet: C9, 5A and AC. RGB value is (201,90,172). Sum of RGB (Red+Green+Blue) = 201+90+172=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AAC is #36A553. Grayscale: #848484. Windows color (decimal): -3581268 or 11295433. OLE color: 11295433.

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

Color convert

RGB 201 90 172 -
CMYK 0 0.55 0.14 0.21
HSL 315.68º 0.51% 0.57% -
HSV(B) 315.68º 0.55% 0.79% -
XYZ 35.19 22.71 41.56 -
YUV 132.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 201 90 172 0 0.55 0.14 0.21 315.68 0.51 0.57
Hex C9 5A AC 0 37 E 15 13C 33 39
Octal 311 132 254 0 67 16 25 474 63 71
Binary 11001001 1011010 10101100 0 110111 1110 10101 100111100 110011 111001

Color Harmonies of #C95AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AAC

Black with #C95AAC

Text Example


Text Example

White with #C95AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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