#C076BD

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

Shades of Fuchsia #C076BD

Tints of Fuchsia #C076BD

Color information

#C076BD (or 0xC076BD) is unknown color: approx Fuchsia. HEX triplet: C0, 76 and BD. RGB value is (192,118,189). Sum of RGB (Red+Green+Blue) = 192+118+189=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C076BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076BD is #3F8942. Grayscale: #949494. Windows color (decimal): -4163907 or 12416704. OLE color: 12416704.

HSL color Cylindrical-coordinate representation of color #C076BD: hue angle of 302.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C076BD is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192118189-
CMYK00.390.020.25
HSL302.43º37%60.78%-
HSV(B)302.43º38.54%75.29%-
XYZ37.427.8451.55-
YUV148.22151.02159.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=38.48%
G=23.65%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211818900.390.020.25302.433760.78
HexC076BD02721912e253d
Octal3001662750472314564575
Binary1100000011101101011110101001111011001100101110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076BD; }

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

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

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

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

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

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

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

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