#C72EBD

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

Shades of Fuchsia #C72EBD

Tints of Fuchsia #C72EBD

Color information

#C72EBD (or 0xC72EBD) is unknown color: approx Fuchsia. HEX triplet: C7, 2E and BD. RGB value is (199,46,189). Sum of RGB (Red+Green+Blue) = 199+46+189=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EBD is #38D142. Grayscale: #6B6B6B. Windows color (decimal): -3723587 or 12398279. OLE color: 12398279.

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

Color convert

RGB19946189-
CMYK00.770.050.22
HSL303.92º62.45%48.04%-
HSV(B)303.92º76.88%78.04%-
XYZ33.7217.7749.8-
YUV108.05173.69192.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 46 (18.36% from 255) = 10.60%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=45.85%
G=10.60%
B=43.55%

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
Decimal1994618900.770.050.22303.9262.4548.04
HexC72EBD04D5161303e30
Octal3075627501155264607660
Binary11000111101110101111010100110110110110100110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EBD; }

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

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

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

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

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

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

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

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