#C073BD

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

Shades of Fuchsia #C073BD

Tints of Fuchsia #C073BD

Color information

#C073BD (or 0xC073BD) is unknown color: approx Fuchsia. HEX triplet: C0, 73 and BD. RGB value is (192,115,189). Sum of RGB (Red+Green+Blue) = 192+115+189=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C073BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073BD is #3F8C42. Grayscale: #929292. Windows color (decimal): -4164675 or 12415936. OLE color: 12415936.

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

Color convert

RGB192115189-
CMYK00.400.020.25
HSL302.34º37.93%60.2%-
HSV(B)302.34º40.1%75.29%-
XYZ37.0527.1451.43-
YUV146.46152.01160.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=38.71%
G=23.19%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211518900.400.020.25302.3437.9360.2
HexC073BD02821912e263c
Octal3001632750502314564674
Binary1100000011100111011110101010001011001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073BD; }

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

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

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

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

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

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

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

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