#C067B1

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

Shades of Fuchsia #C067B1

Tints of Fuchsia #C067B1

Color information

#C067B1 (or 0xC067B1) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and B1. RGB value is (192,103,177). Sum of RGB (Red+Green+Blue) = 192+103+177=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067B1 is #3F984E. Grayscale: #898989. Windows color (decimal): -4167759 or 11626432. OLE color: 11626432.

HSL color Cylindrical-coordinate representation of color #C067B1: hue angle of 310.11º 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 #C067B1 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192103177-
CMYK00.460.080.25
HSL310.11º41.4%57.84%-
HSV(B)310.11º46.35%75.29%-
XYZ34.5224.0844.42-
YUV138.05149.99166.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=40.68%
G=21.82%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210317700.460.080.25310.1141.457.84
HexC067B102E819136293a
Octal30014726105610314665172
Binary110000001100111101100010101110100011001100110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067B1; }

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

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

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

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

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

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

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

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