#C072BE

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

Shades of Fuchsia #C072BE

Tints of Fuchsia #C072BE

Color information

#C072BE (or 0xC072BE) is unknown color: approx Fuchsia. HEX triplet: C0, 72 and BE. RGB value is (192,114,190). Sum of RGB (Red+Green+Blue) = 192+114+190=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BE is #3F8D41. Grayscale: #919191. Windows color (decimal): -4164930 or 12481216. OLE color: 12481216.

HSL color Cylindrical-coordinate representation of color #C072BE: hue angle of 301.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072BE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192114190-
CMYK00.410.010.25
HSL301.54º38.24%60%-
HSV(B)301.54º40.62%75.29%-
XYZ37.0526.9651.97-
YUV145.99152.84160.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=38.71%
G=22.98%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211419000.410.010.25301.5438.2460
HexC072BE02911912e263c
Octal3001622760511314564674
Binary110000001110010101111100101001111001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072BE; }

 p { color: rgb(192,114,190); }

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

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

 a { background-color: rgb(192,114,190); }

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

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

 span { border-color: rgb(192,114,190); }

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