#C072BD

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

Shades of Fuchsia #C072BD

Tints of Fuchsia #C072BD

Color information

#C072BD (or 0xC072BD) is unknown color: approx Fuchsia. HEX triplet: C0, 72 and BD. RGB value is (192,114,189). Sum of RGB (Red+Green+Blue) = 192+114+189=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BD is #3F8D42. Grayscale: #919191. Windows color (decimal): -4164931 or 12415680. OLE color: 12415680.

HSL color Cylindrical-coordinate representation of color #C072BD: hue angle of 302.31º 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 #C072BD is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192114189-
CMYK00.410.020.25
HSL302.31º38.24%60%-
HSV(B)302.31º40.62%75.29%-
XYZ36.9426.9251.39-
YUV145.87152.34160.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=38.79%
G=23.03%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211418900.410.020.25302.3138.2460
HexC072BD02921912e263c
Octal3001622750512314564674
Binary1100000011100101011110101010011011001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072BD; }

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

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

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

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

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

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

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

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