Html Css Color HEX #C95AAA Fuchsia

📋 copy color: '#C95AAA'

red 201 ◦ green 90 ◦ blue 170

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

Shades of Fuchsia #C95AAA

Tints of Fuchsia #C95AAA

RGB

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

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

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

R = 43.6%
G = 19.52%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C95AAA (or 0xC95AAA) is known color: Fuchsia. HEX triplet: C9, 5A and AA. RGB value is (201,90,170). Sum of RGB (Red+Green+Blue) = 201+90+170=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AAA is #36A555. Grayscale: #848484. Windows color (decimal): -3581270 or 11164361. OLE color: 11164361.

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

Color convert

RGB 201 90 170 -
CMYK 0 0.55 0.15 0.21
HSL 316.76º 0.51% 0.57% -
HSV(B) 316.76º 0.55% 0.79% -
XYZ 35 22.63 40.55 -
YUV 132.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 201 90 170 0 0.55 0.15 0.21 316.76 0.51 0.57
Hex C9 5A AA 0 37 F 15 13D 33 39
Octal 311 132 252 0 67 17 25 475 63 71
Binary 11001001 1011010 10101010 0 110111 1111 10101 100111101 110011 111001

Color Harmonies of #C95AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AAA

Black with #C95AAA

Text Example


Text Example

White with #C95AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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