#C067B2

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

Shades of Fuchsia #C067B2

Tints of Fuchsia #C067B2

Color information

#C067B2 (or 0xC067B2) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and B2. RGB value is (192,103,178). Sum of RGB (Red+Green+Blue) = 192+103+178=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067B2 is #3F984D. Grayscale: #898989. Windows color (decimal): -4167758 or 11691968. OLE color: 11691968.

HSL color Cylindrical-coordinate representation of color #C067B2: hue angle of 309.44º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067B2 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192103178-
CMYK00.460.070.25
HSL309.44º41.4%57.84%-
HSV(B)309.44º46.35%75.29%-
XYZ34.6224.1244.95-
YUV138.16150.49166.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=40.59%
G=21.78%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210317800.460.070.25309.4441.457.84
HexC067B202E719135293a
Octal3001472620567314655172
Binary11000000110011110110010010111011111001100110101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067B2; }

 p { color: rgb(192,103,178); }

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

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

 a { background-color: rgb(192,103,178); }

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

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

 span { border-color: rgb(192,103,178); }

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