Html Css Color HEX #C950AB Fuchsia

📋 copy color: '#C950AB'

red 201 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #C950AB

Tints of Fuchsia #C950AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 44.47%
G = 17.7%
B = 37.83%

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

#C950AB (or 0xC950AB) is known color: Fuchsia. HEX triplet: C9, 50 and AB. RGB value is (201,80,171). Sum of RGB (Red+Green+Blue) = 201+80+171=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C950AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C950AB is #36AF54. Grayscale: #7E7E7E. Windows color (decimal): -3583829 or 11227337. OLE color: 11227337.

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

Color convert

RGB 201 80 171 -
CMYK 0 0.60 0.15 0.21
HSL 314.88º 0.53% 0.55% -
HSV(B) 314.88º 0.6% 0.79% -
XYZ 34.31 21.1 40.79 -
YUV 126.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 201 80 171 0 0.60 0.15 0.21 314.88 0.53 0.55
Hex C9 50 AB 0 3C F 15 13B 35 37
Octal 311 120 253 0 74 17 25 473 65 67
Binary 11001001 1010000 10101011 0 111100 1111 10101 100111011 110101 110111

Color Harmonies of #C950AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950AB

Black with #C950AB

Text Example


Text Example

White with #C950AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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