#C06DC1

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

Shades of Fuchsia #C06DC1

Tints of Fuchsia #C06DC1

Color information

#C06DC1 (or 0xC06DC1) is unknown color: approx Fuchsia. HEX triplet: C0, 6D and C1. RGB value is (192,109,193). Sum of RGB (Red+Green+Blue) = 192+109+193=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC1 is #3F923E. Grayscale: #8F8F8F. Windows color (decimal): -4166207 or 12676544. OLE color: 12676544.

HSL color Cylindrical-coordinate representation of color #C06DC1: hue angle of 299.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06DC1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192109193-
CMYK0.010.4400.24
HSL299.29º40.38%59.22%-
HSV(B)299.29º43.52%75.69%-
XYZ36.8325.9953.53-
YUV143.39156162.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=38.87%
G=22.06%
B=39.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921091930.010.4400.24299.2940.3859.22
HexC06DC112C01812b283b
Octal3001553011540304535073
Binary110000001101101110000011101100011000100101011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DC1; }

 p { color: rgb(192,109,193); }

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

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

 a { background-color: rgb(192,109,193); }

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

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

 span { border-color: rgb(192,109,193); }

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