Html Css Color HEX #C95DAE Fuchsia

📋 copy color: '#C95DAE'

red 201 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #C95DAE

Tints of Fuchsia #C95DAE

RGB

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

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

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

R = 42.95%
G = 19.87%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C95DAE (or 0xC95DAE) is known color: Fuchsia. HEX triplet: C9, 5D and AE. RGB value is (201,93,174). Sum of RGB (Red+Green+Blue) = 201+93+174=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95DAE is #36A251. Grayscale: #868686. Windows color (decimal): -3580498 or 11427273. OLE color: 11427273.

HSL color Cylindrical-coordinate representation of color #C95DAE: hue angle of 315º 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 #C95DAE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 93 174 -
CMYK 0 0.54 0.13 0.21
HSL 315º 0.5% 0.58% -
HSV(B) 315º 0.54% 0.79% -
XYZ 35.64 23.3 42.66 -
YUV 134.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 201 93 174 0 0.54 0.13 0.21 315 0.5 0.58
Hex C9 5D AE 0 36 D 15 13B 32 3A
Octal 311 135 256 0 66 15 25 473 62 72
Binary 11001001 1011101 10101110 0 110110 1101 10101 100111011 110010 111010

Color Harmonies of #C95DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DAE

Black with #C95DAE

Text Example


Text Example

White with #C95DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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