#C741CD

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

Shades of Fuchsia #C741CD

Tints of Fuchsia #C741CD

Color information

#C741CD (or 0xC741CD) is unknown color: approx Fuchsia. HEX triplet: C7, 41 and CD. RGB value is (199,65,205). Sum of RGB (Red+Green+Blue) = 199+65+205=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C741CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741CD is #38BE32. Grayscale: #787878. Windows color (decimal): -3718707 or 13451719. OLE color: 13451719.

HSL color Cylindrical-coordinate representation of color #C741CD: hue angle of 297.43º degrees, saturation: 0.58, 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 #C741CD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19965205-
CMYK0.030.6800.20
HSL297.43º58.33%52.94%-
HSV(B)297.43º68.29%80.39%-
XYZ36.4620.3359.76-
YUV121.03175.39183.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 65 (25.78% from 255) = 13.86%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=42.43%
G=13.86%
B=43.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199652050.030.6800.20297.4358.3352.94
HexC741CD3440141293a35
Octal30710131531040244517265
Binary11000111100000111001101111000100010100100101001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C741CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C741CD; }

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

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

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

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

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

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

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

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