#C073B3

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

Shades of Fuchsia #C073B3

Tints of Fuchsia #C073B3

Color information

#C073B3 (or 0xC073B3) is unknown color: approx Fuchsia. HEX triplet: C0, 73 and B3. RGB value is (192,115,179). Sum of RGB (Red+Green+Blue) = 192+115+179=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C073B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073B3 is #3F8C4C. Grayscale: #919191. Windows color (decimal): -4164685 or 11760576. OLE color: 11760576.

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

Color convert

RGB192115179-
CMYK00.400.070.25
HSL310.13º37.93%60.2%-
HSV(B)310.13º40.1%75.29%-
XYZ36.0126.7245.91-
YUV145.32147.01161.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 179 (70.31% from 255) = 36.83%
R=39.51%
G=23.66%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211517900.400.070.25310.1337.9360.2
HexC073B3028719136263c
Octal3001632630507314664674
Binary11000000111001110110011010100011111001100110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073B3; }

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

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

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

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

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

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

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

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