#C72CBF

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

Shades of Fuchsia #C72CBF

Tints of Fuchsia #C72CBF

Color information

#C72CBF (or 0xC72CBF) is unknown color: approx Fuchsia. HEX triplet: C7, 2C and BF. RGB value is (199,44,191). Sum of RGB (Red+Green+Blue) = 199+44+191=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CBF is #38D340. Grayscale: #6A6A6A. Windows color (decimal): -3724097 or 12528839. OLE color: 12528839.

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

Color convert

RGB19944191-
CMYK00.780.040.22
HSL303.1º63.79%47.65%-
HSV(B)303.1º77.89%78.04%-
XYZ33.8617.7150.92-
YUV107.1175.35193.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 44 (17.58% from 255) = 10.14%
BLUE value IS 191 (75% from 255) = 44.01%
R=45.85%
G=10.14%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994419100.780.040.22303.163.7947.65
HexC72CBF04E41612f4030
Octal30754277011642645710060
Binary110001111011001011111101001110100101101001011111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72CBF; }

 p { color: rgb(199,44,191); }

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

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

 a { background-color: rgb(199,44,191); }

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

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

 span { border-color: rgb(199,44,191); }

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