#C06BAE

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

Shades of Fuchsia #C06BAE

Tints of Fuchsia #C06BAE

Color information

#C06BAE (or 0xC06BAE) is unknown color: approx Fuchsia. HEX triplet: C0, 6B and AE. RGB value is (192,107,174). Sum of RGB (Red+Green+Blue) = 192+107+174=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BAE is #3F9451. Grayscale: #8B8B8B. Windows color (decimal): -4166738 or 11430848. OLE color: 11430848.

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

Color convert

RGB192107174-
CMYK00.440.090.25
HSL312.71º40.28%58.63%-
HSV(B)312.71º44.27%75.29%-
XYZ34.6424.7843-
YUV140.05147.16165.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=40.59%
G=22.62%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210717400.440.090.25312.7140.2858.63
HexC06BAE02C919139283b
Octal30015325605411314715073
Binary110000001101011101011100101100100111001100111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BAE; }

 p { color: rgb(192,107,174); }

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

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

 a { background-color: rgb(192,107,174); }

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

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

 span { border-color: rgb(192,107,174); }

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