#C061BD

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

Shades of Fuchsia #C061BD

Tints of Fuchsia #C061BD

Color information

#C061BD (or 0xC061BD) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and BD. RGB value is (192,97,189). Sum of RGB (Red+Green+Blue) = 192+97+189=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C061BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061BD is #3F9E42. Grayscale: #878787. Windows color (decimal): -4169283 or 12411328. OLE color: 12411328.

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

Color convert

RGB19297189-
CMYK00.490.020.25
HSL301.89º42.99%56.67%-
HSV(B)301.89º49.48%75.29%-
XYZ35.223.4350.81-
YUV135.89157.97168.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=40.17%
G=20.29%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929718900.490.020.25301.8942.9956.67
HexC061BD03121912e2b39
Octal3001412750612314565371
Binary1100000011000011011110101100011011001100101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061BD; }

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

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

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

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

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

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

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

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