#C941BD

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

Shades of Fuchsia #C941BD

Tints of Fuchsia #C941BD

Color information

#C941BD (or 0xC941BD) is unknown color: approx Fuchsia. HEX triplet: C9, 41 and BD. RGB value is (201,65,189). Sum of RGB (Red+Green+Blue) = 201+65+189=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C941BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941BD is #36BE42. Grayscale: #777777. Windows color (decimal): -3587651 or 12403145. OLE color: 12403145.

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

Color convert

RGB20165189-
CMYK00.680.060.21
HSL305.29º55.74%52.16%-
HSV(B)305.29º67.66%78.82%-
XYZ35.1619.8750.13-
YUV119.8167.06185.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=44.18%
G=14.29%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016518900.680.060.21305.2955.7452.16
HexC941BD0446151313834
Octal31110127501046254617064
Binary110010011000001101111010100010011010101100110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C941BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C941BD; }

 p { color: rgb(201,65,189); }

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

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

 a { background-color: rgb(201,65,189); }

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

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

 span { border-color: rgb(201,65,189); }

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