#C72EBB

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

Shades of Fuchsia #C72EBB

Tints of Fuchsia #C72EBB

Color information

#C72EBB (or 0xC72EBB) is unknown color: approx Fuchsia. HEX triplet: C7, 2E and BB. RGB value is (199,46,187). Sum of RGB (Red+Green+Blue) = 199+46+187=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C72EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EBB is #38D144. Grayscale: #6B6B6B. Windows color (decimal): -3723589 or 12267207. OLE color: 12267207.

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

Color convert

RGB19946187-
CMYK00.770.060.22
HSL304.71º62.45%48.04%-
HSV(B)304.71º76.88%78.04%-
XYZ33.517.6848.66-
YUV107.82172.69193.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 46 (18.36% from 255) = 10.65%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=46.06%
G=10.65%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994618700.770.060.22304.7162.4548.04
HexC72EBB04D6161313e30
Octal3075627301156264617660
Binary11000111101110101110110100110111010110100110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72EBB; }

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

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

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

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

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

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

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

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