Html Css Color HEX #C95DAC Fuchsia

📋 copy color: '#C95DAC'

red 201 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #C95DAC

Tints of Fuchsia #C95DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.96%

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

R = 43.13%
G = 19.96%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C95DAC (or 0xC95DAC) is known color: Fuchsia. HEX triplet: C9, 5D and AC. RGB value is (201,93,172). Sum of RGB (Red+Green+Blue) = 201+93+172=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAC is #36A253. Grayscale: #868686. Windows color (decimal): -3580500 or 11296201. OLE color: 11296201.

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

Color convert

RGB 201 93 172 -
CMYK 0 0.54 0.14 0.21
HSL 316.11º 0.5% 0.58% -
HSV(B) 316.11º 0.54% 0.79% -
XYZ 35.45 23.22 41.64 -
YUV 134.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 201 93 172 0 0.54 0.14 0.21 316.11 0.5 0.58
Hex C9 5D AC 0 36 E 15 13C 32 3A
Octal 311 135 254 0 66 16 25 474 62 72
Binary 11001001 1011101 10101100 0 110110 1110 10101 100111100 110010 111010

Color Harmonies of #C95DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DAC

Black with #C95DAC

Text Example


Text Example

White with #C95DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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