#C06DBB

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

Shades of Fuchsia #C06DBB

Tints of Fuchsia #C06DBB

Color information

#C06DBB (or 0xC06DBB) is unknown color: approx Fuchsia. HEX triplet: C0, 6D and BB. RGB value is (192,109,187). Sum of RGB (Red+Green+Blue) = 192+109+187=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DBB is #3F9244. Grayscale: #8E8E8E. Windows color (decimal): -4166213 or 12283328. OLE color: 12283328.

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

Color convert

RGB192109187-
CMYK00.430.030.25
HSL303.61º39.71%59.02%-
HSV(B)303.61º43.23%75.29%-
XYZ36.1825.7350.07-
YUV142.71153163.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=39.34%
G=22.34%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210918700.430.030.25303.6139.7159.02
HexC06DBB02B319130283b
Octal3001552730533314605073
Binary1100000011011011011101101010111111001100110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06DBB; }

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

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

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

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

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

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

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

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