Html Css Color HEX #C956BC Fuchsia

📋 copy color: '#C956BC'

red 201 ◦ green 86 ◦ blue 188

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

Shades of Fuchsia #C956BC

Tints of Fuchsia #C956BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 42.32%
G = 18.11%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C956BC (or 0xC956BC) is known color: Fuchsia. HEX triplet: C9, 56 and BC. RGB value is (201,86,188). Sum of RGB (Red+Green+Blue) = 201+86+188=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C956BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956BC is #36A943. Grayscale: #838383. Windows color (decimal): -3582276 or 12342985. OLE color: 12342985.

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

Color convert

RGB 201 86 188 -
CMYK 0 0.57 0.06 0.21
HSL 306.78º 0.52% 0.56% -
HSV(B) 306.78º 0.57% 0.79% -
XYZ 36.49 22.7 50.04 -
YUV 132.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 201 86 188 0 0.57 0.06 0.21 306.78 0.52 0.56
Hex C9 56 BC 0 39 6 15 133 34 38
Octal 311 126 274 0 71 6 25 463 64 70
Binary 11001001 1010110 10111100 0 111001 110 10101 100110011 110100 111000

Color Harmonies of #C956BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C956BC

Black with #C956BC

Text Example


Text Example

White with #C956BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C956BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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