#C72EBE

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

Shades of Fuchsia #C72EBE

Tints of Fuchsia #C72EBE

Color information

#C72EBE (or 0xC72EBE) is unknown color: approx Fuchsia. HEX triplet: C7, 2E and BE. RGB value is (199,46,190). Sum of RGB (Red+Green+Blue) = 199+46+190=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EBE is #38D141. Grayscale: #6B6B6B. Windows color (decimal): -3723586 or 12463815. OLE color: 12463815.

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

Color convert

RGB19946190-
CMYK00.770.050.22
HSL303.53º62.45%48.04%-
HSV(B)303.53º76.88%78.04%-
XYZ33.8217.8150.37-
YUV108.16174.19192.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 46 (18.36% from 255) = 10.57%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=45.75%
G=10.57%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994619000.770.050.22303.5362.4548.04
HexC72EBE04D5161303e30
Octal3075627601155264607660
Binary11000111101110101111100100110110110110100110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EBE; }

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

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

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

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

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

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

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

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