Html Css Color HEX #C950AA Fuchsia

📋 copy color: '#C950AA'

red 201 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #C950AA

Tints of Fuchsia #C950AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.74%

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

R = 44.57%
G = 17.74%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C950AA (or 0xC950AA) is known color: Fuchsia. HEX triplet: C9, 50 and AA. RGB value is (201,80,170). Sum of RGB (Red+Green+Blue) = 201+80+170=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C950AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C950AA is #36AF55. Grayscale: #7E7E7E. Windows color (decimal): -3583830 or 11161801. OLE color: 11161801.

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

Color convert

RGB 201 80 170 -
CMYK 0 0.60 0.15 0.21
HSL 315.37º 0.53% 0.55% -
HSV(B) 315.37º 0.6% 0.79% -
XYZ 34.21 21.06 40.29 -
YUV 126.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 201 80 170 0 0.60 0.15 0.21 315.37 0.53 0.55
Hex C9 50 AA 0 3C F 15 13B 35 37
Octal 311 120 252 0 74 17 25 473 65 67
Binary 11001001 1010000 10101010 0 111100 1111 10101 100111011 110101 110111

Color Harmonies of #C950AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950AA

Black with #C950AA

Text Example


Text Example

White with #C950AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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