#C06FC5

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

Shades of Fuchsia #C06FC5

Tints of Fuchsia #C06FC5

Color information

#C06FC5 (or 0xC06FC5) is unknown color: approx Fuchsia. HEX triplet: C0, 6F and C5. RGB value is (192,111,197). Sum of RGB (Red+Green+Blue) = 192+111+197=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #C06FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FC5 is #3F903A. Grayscale: #909090. Windows color (decimal): -4165691 or 12939200. OLE color: 12939200.

HSL color Cylindrical-coordinate representation of color #C06FC5: hue angle of 296.51º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06FC5 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192111197-
CMYK0.030.4400.23
HSL296.51º42.57%60.39%-
HSV(B)296.51º43.65%77.25%-
XYZ37.526.6155.98-
YUV145.02157.34161.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 197 (77.34% from 255) = 39.4%
R=38.4%
G=22.2%
B=39.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921111970.030.4400.23296.5142.5760.39
HexC06FC532C0171292b3c
Octal3001573053540274515374
Binary1100000011011111100010111101100010111100101001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FC5; }

 p { color: rgb(192,111,197); }

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

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

 a { background-color: rgb(192,111,197); }

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

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

 span { border-color: rgb(192,111,197); }

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