Html Css Color HEX #C95EAA Fuchsia

📋 copy color: '#C95EAA'

red 201 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #C95EAA

Tints of Fuchsia #C95EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.22%

 BLUE value IS 170 (66.8% from 255) = 36.56%

R = 43.23%
G = 20.22%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C95EAA (or 0xC95EAA) is known color: Fuchsia. HEX triplet: C9, 5E and AA. RGB value is (201,94,170). Sum of RGB (Red+Green+Blue) = 201+94+170=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EAA is #36A155. Grayscale: #868686. Windows color (decimal): -3580246 or 11165385. OLE color: 11165385.

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

Color convert

RGB 201 94 170 -
CMYK 0 0.53 0.15 0.21
HSL 317.38º 0.5% 0.58% -
HSV(B) 317.38º 0.53% 0.79% -
XYZ 35.35 23.33 40.67 -
YUV 134.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 201 94 170 0 0.53 0.15 0.21 317.38 0.5 0.58
Hex C9 5E AA 0 35 F 15 13D 32 3A
Octal 311 136 252 0 65 17 25 475 62 72
Binary 11001001 1011110 10101010 0 110101 1111 10101 100111101 110010 111010

Color Harmonies of #C95EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95EAA

Black with #C95EAA

Text Example


Text Example

White with #C95EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95EAA; }

 p { color: rgb(201,94,170); }

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

background-color css

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

 a { background-color: rgb(201,94,170); }

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

border-color css

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

 span { border-color: rgb(201,94,170); }

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