#C72EB4

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

Shades of Fuchsia #C72EB4

Tints of Fuchsia #C72EB4

Color information

#C72EB4 (or 0xC72EB4) is unknown color: approx Fuchsia. HEX triplet: C7, 2E and B4. RGB value is (199,46,180). Sum of RGB (Red+Green+Blue) = 199+46+180=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EB4 is #38D14B. Grayscale: #6A6A6A. Windows color (decimal): -3723596 or 11808455. OLE color: 11808455.

HSL color Cylindrical-coordinate representation of color #C72EB4: hue angle of 307.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72EB4 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19946180-
CMYK00.770.100.22
HSL307.45º62.45%48.04%-
HSV(B)307.45º76.88%78.04%-
XYZ32.7717.3944.81-
YUV107.02169.19193.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 46 (18.36% from 255) = 10.82%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=46.82%
G=10.82%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994618000.770.100.22307.4562.4548.04
HexC72EB404DA161333e30
Octal30756264011512264637660
Binary110001111011101011010001001101101010110100110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EB4; }

 p { color: rgb(199,46,180); }

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

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

 a { background-color: rgb(199,46,180); }

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

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

 span { border-color: rgb(199,46,180); }

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