Html Css Color HEX #C956B5 Fuchsia

📋 copy color: '#C956B5'

red 201 ◦ green 86 ◦ blue 181

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

Shades of Fuchsia #C956B5

Tints of Fuchsia #C956B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.68%

R = 42.95%
G = 18.38%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C956B5 (or 0xC956B5) is known color: Fuchsia. HEX triplet: C9, 56 and B5. RGB value is (201,86,181). Sum of RGB (Red+Green+Blue) = 201+86+181=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C956B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956B5 is #36A94A. Grayscale: #828282. Windows color (decimal): -3582283 or 11884233. OLE color: 11884233.

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

Color convert

RGB 201 86 181 -
CMYK 0 0.57 0.10 0.21
HSL 310.43º 0.52% 0.56% -
HSV(B) 310.43º 0.57% 0.79% -
XYZ 35.76 22.41 46.16 -
YUV 131.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 201 86 181 0 0.57 0.10 0.21 310.43 0.52 0.56
Hex C9 56 B5 0 39 A 15 136 34 38
Octal 311 126 265 0 71 12 25 466 64 70
Binary 11001001 1010110 10110101 0 111001 1010 10101 100110110 110100 111000

Color Harmonies of #C956B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956B5

Black with #C956B5

Text Example


Text Example

White with #C956B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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