#C741CB

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

Shades of Fuchsia #C741CB

Tints of Fuchsia #C741CB

Color information

#C741CB (or 0xC741CB) is unknown color: approx Fuchsia. HEX triplet: C7, 41 and CB. RGB value is (199,65,203). Sum of RGB (Red+Green+Blue) = 199+65+203=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C741CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741CB is #38BE34. Grayscale: #787878. Windows color (decimal): -3718709 or 13320647. OLE color: 13320647.

HSL color Cylindrical-coordinate representation of color #C741CB: hue angle of 298.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C741CB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19965203-
CMYK0.020.6800.20
HSL298.26º57.02%52.55%-
HSV(B)298.26º67.98%79.61%-
XYZ36.2220.2358.5-
YUV120.8174.39183.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=42.61%
G=13.92%
B=43.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199652030.020.6800.20298.2657.0252.55
HexC741CB24401412a3935
Octal30710131321040244527165
Binary11000111100000111001011101000100010100100101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C741CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C741CB; }

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

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

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

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

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

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

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

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