Html Css Color HEX #C955AB Fuchsia

📋 copy color: '#C955AB'

red 201 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #C955AB

Tints of Fuchsia #C955AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

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

R = 43.98%
G = 18.6%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C955AB (or 0xC955AB) is known color: Fuchsia. HEX triplet: C9, 55 and AB. RGB value is (201,85,171). Sum of RGB (Red+Green+Blue) = 201+85+171=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C955AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955AB is #36AA54. Grayscale: #818181. Windows color (decimal): -3582549 or 11228617. OLE color: 11228617.

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

Color convert

RGB 201 85 171 -
CMYK 0 0.58 0.15 0.21
HSL 315.52º 0.52% 0.56% -
HSV(B) 315.52º 0.58% 0.79% -
XYZ 34.69 21.85 40.92 -
YUV 129.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 201 85 171 0 0.58 0.15 0.21 315.52 0.52 0.56
Hex C9 55 AB 0 3A F 15 13C 34 38
Octal 311 125 253 0 72 17 25 474 64 70
Binary 11001001 1010101 10101011 0 111010 1111 10101 100111100 110100 111000

Color Harmonies of #C955AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955AB

Black with #C955AB

Text Example


Text Example

White with #C955AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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