Html Css Color HEX #C955AA Fuchsia

📋 copy color: '#C955AA'

red 201 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #C955AA

Tints of Fuchsia #C955AA

RGB

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

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

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

R = 44.08%
G = 18.64%
B = 37.28%

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

#C955AA (or 0xC955AA) is known color: Fuchsia. HEX triplet: C9, 55 and AA. RGB value is (201,85,170). Sum of RGB (Red+Green+Blue) = 201+85+170=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C955AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955AA is #36AA55. Grayscale: #818181. Windows color (decimal): -3582550 or 11163081. OLE color: 11163081.

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

Color convert

RGB 201 85 170 -
CMYK 0 0.58 0.15 0.21
HSL 316.03º 0.52% 0.56% -
HSV(B) 316.03º 0.58% 0.79% -
XYZ 34.59 21.82 40.42 -
YUV 129.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 201 85 170 0 0.58 0.15 0.21 316.03 0.52 0.56
Hex C9 55 AA 0 3A F 15 13C 34 38
Octal 311 125 252 0 72 17 25 474 64 70
Binary 11001001 1010101 10101010 0 111010 1111 10101 100111100 110100 111000

Color Harmonies of #C955AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955AA

Black with #C955AA

Text Example


Text Example

White with #C955AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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