#C740CD

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

Shades of Fuchsia #C740CD

Tints of Fuchsia #C740CD

Color information

#C740CD (or 0xC740CD) is unknown color: approx Fuchsia. HEX triplet: C7, 40 and CD. RGB value is (199,64,205). Sum of RGB (Red+Green+Blue) = 199+64+205=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C740CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740CD is #38BF32. Grayscale: #787878. Windows color (decimal): -3718963 or 13451463. OLE color: 13451463.

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

Color convert

RGB19964205-
CMYK0.030.6900.20
HSL297.45º58.51%52.75%-
HSV(B)297.45º68.78%80.39%-
XYZ36.4120.2259.74-
YUV120.44175.73184.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 64 (25.39% from 255) = 13.68%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=42.52%
G=13.68%
B=43.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199642050.030.6900.20297.4558.5152.75
HexC740CD3450141293b35
Octal30710031531050244517365
Binary11000111100000011001101111000101010100100101001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C740CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C740CD; }

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

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

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

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

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

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

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

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