Html Css Color HEX #C956AC Fuchsia

📋 copy color: '#C956AC'

red 201 ◦ green 86 ◦ blue 172

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

Shades of Fuchsia #C956AC

Tints of Fuchsia #C956AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

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

R = 43.79%
G = 18.74%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C956AC (or 0xC956AC) is known color: Fuchsia. HEX triplet: C9, 56 and AC. RGB value is (201,86,172). Sum of RGB (Red+Green+Blue) = 201+86+172=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AC is #36A953. Grayscale: #818181. Windows color (decimal): -3582292 or 11294409. OLE color: 11294409.

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

Color convert

RGB 201 86 172 -
CMYK 0 0.57 0.14 0.21
HSL 315.13º 0.52% 0.56% -
HSV(B) 315.13º 0.57% 0.79% -
XYZ 34.86 22.05 41.45 -
YUV 130.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 201 86 172 0 0.57 0.14 0.21 315.13 0.52 0.56
Hex C9 56 AC 0 39 E 15 13B 34 38
Octal 311 126 254 0 71 16 25 473 64 70
Binary 11001001 1010110 10101100 0 111001 1110 10101 100111011 110100 111000

Color Harmonies of #C956AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956AC

Black with #C956AC

Text Example


Text Example

White with #C956AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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