Html Css Color HEX #C956B0 Fuchsia

📋 copy color: '#C956B0'

red 201 ◦ green 86 ◦ blue 176

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

Shades of Fuchsia #C956B0

Tints of Fuchsia #C956B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.01%

R = 43.41%
G = 18.57%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C956B0 (or 0xC956B0) is known color: Fuchsia. HEX triplet: C9, 56 and B0. RGB value is (201,86,176). Sum of RGB (Red+Green+Blue) = 201+86+176=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C956B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956B0 is #36A94F. Grayscale: #828282. Windows color (decimal): -3582288 or 11556553. OLE color: 11556553.

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

Color convert

RGB 201 86 176 -
CMYK 0 0.57 0.12 0.21
HSL 313.04º 0.52% 0.56% -
HSV(B) 313.04º 0.57% 0.79% -
XYZ 35.25 22.21 43.5 -
YUV 130.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 201 86 176 0 0.57 0.12 0.21 313.04 0.52 0.56
Hex C9 56 B0 0 39 C 15 139 34 38
Octal 311 126 260 0 71 14 25 471 64 70
Binary 11001001 1010110 10110000 0 111001 1100 10101 100111001 110100 111000

Color Harmonies of #C956B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956B0

Black with #C956B0

Text Example


Text Example

White with #C956B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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