#C742BE

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

Shades of Fuchsia #C742BE

Tints of Fuchsia #C742BE

Color information

#C742BE (or 0xC742BE) is unknown color: approx Fuchsia. HEX triplet: C7, 42 and BE. RGB value is (199,66,190). Sum of RGB (Red+Green+Blue) = 199+66+190=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C742BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742BE is #38BD41. Grayscale: #777777. Windows color (decimal): -3718466 or 12468935. OLE color: 12468935.

HSL color Cylindrical-coordinate representation of color #C742BE: hue angle of 304.06º 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 #C742BE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19966190-
CMYK00.670.050.22
HSL304.06º54.29%51.96%-
HSV(B)304.06º66.83%78.04%-
XYZ34.819.7650.69-
YUV119.9167.56184.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 66 (26.17% from 255) = 14.51%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=43.74%
G=14.51%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996619000.670.050.22304.0654.2951.96
HexC742BE0435161303634
Octal30710227601035264606664
Binary110001111000010101111100100001110110110100110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C742BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C742BE; }

 p { color: rgb(199,66,190); }

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

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

 a { background-color: rgb(199,66,190); }

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

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

 span { border-color: rgb(199,66,190); }

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