#C741B1

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

Shades of Fuchsia #C741B1

Tints of Fuchsia #C741B1

Color information

#C741B1 (or 0xC741B1) is unknown color: approx Fuchsia. HEX triplet: C7, 41 and B1. RGB value is (199,65,177). Sum of RGB (Red+Green+Blue) = 199+65+177=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C741B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C741B1 is #38BE4E. Grayscale: #757575. Windows color (decimal): -3718735 or 11616711. OLE color: 11616711.

HSL color Cylindrical-coordinate representation of color #C741B1: hue angle of 309.85º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741B1 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19965177-
CMYK00.670.110.22
HSL309.85º54.47%51.76%-
HSV(B)309.85º67.34%78.04%-
XYZ33.3819.143.52-
YUV117.83161.39185.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 65 (25.78% from 255) = 14.74%
BLUE value IS 177 (69.53% from 255) = 40.14%
R=45.12%
G=14.74%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996517700.670.110.22309.8554.4751.76
HexC741B1043B161363634
Octal307101261010313264666664
Binary1100011110000011011000101000011101110110100110110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C741B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C741B1; }

 p { color: rgb(199,65,177); }

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

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

 a { background-color: rgb(199,65,177); }

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

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

 span { border-color: rgb(199,65,177); }

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