#c947b9

Color #C947B9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C947B9

Tints of Fuchsia #C947B9

Color information

#C947B9 (or 0xC947B9) is unknown color: approx Fuchsia. HEX triplet: C9, 47 and B9. RGB value is (201,71,185). Sum of RGB (Red+Green+Blue) = 201+71+185=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C947B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947B9 is #36B846. Grayscale: #7A7A7A. Windows color (decimal): -3586119 or 12142537. OLE color: 12142537.

HSL color Cylindrical-coordinate representation of color #C947B9: hue angle of 307.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947B9 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20171185-
CMYK00.650.080.21
HSL307.38º54.62%53.33%-
HSV(B)307.38º64.68%78.82%-
XYZ35.120.4347.99-
YUV122.87163.07183.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=43.98%
G=15.54%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017118500.650.080.21307.3854.6253.33
HexC947B90418151333735
Octal311107271010110254636765
Binary1100100110001111011100101000001100010101100110011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c947b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c947b9; }

 p { color: rgb(201,71,185); }

 H1.HeaderClassName
 {
   color: #c947b9;
 }
 .AnyTagClassName
 {
   color: #c947b9;
 }
</style>
background-color css

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

 a { background-color: rgb(201,71,185); }

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

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

 span { border-color: rgb(201,71,185); }

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