Html Css Color HEX #C955AC Fuchsia

📋 copy color: '#C955AC'

red 201 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C955AC

Tints of Fuchsia #C955AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 43.89%
G = 18.56%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C955AC (or 0xC955AC) is known color: Fuchsia. HEX triplet: C9, 55 and AC. RGB value is (201,85,172). Sum of RGB (Red+Green+Blue) = 201+85+172=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C955AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955AC is #36AA53. Grayscale: #818181. Windows color (decimal): -3582548 or 11294153. OLE color: 11294153.

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

Color convert

RGB 201 85 172 -
CMYK 0 0.58 0.14 0.21
HSL 315º 0.52% 0.56% -
HSV(B) 315º 0.58% 0.79% -
XYZ 34.78 21.89 41.42 -
YUV 129.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 201 85 172 0 0.58 0.14 0.21 315 0.52 0.56
Hex C9 55 AC 0 3A E 15 13B 34 38
Octal 311 125 254 0 72 16 25 473 64 70
Binary 11001001 1010101 10101100 0 111010 1110 10101 100111011 110100 111000

Color Harmonies of #C955AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955AC

Black with #C955AC

Text Example


Text Example

White with #C955AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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