#C067B5

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

Shades of Fuchsia #C067B5

Tints of Fuchsia #C067B5

Color information

#C067B5 (or 0xC067B5) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and B5. RGB value is (192,103,181). Sum of RGB (Red+Green+Blue) = 192+103+181=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C067B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067B5 is #3F984A. Grayscale: #8A8A8A. Windows color (decimal): -4167755 or 11888576. OLE color: 11888576.

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

Color convert

RGB192103181-
CMYK00.460.060.25
HSL307.42º41.4%57.84%-
HSV(B)307.42º46.35%75.29%-
XYZ34.9324.2446.55-
YUV138.5151.99166.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=40.34%
G=21.64%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210318100.460.060.25307.4241.457.84
HexC067B502E619133293a
Octal3001472650566314635172
Binary11000000110011110110101010111011011001100110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067B5; }

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

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

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

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

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

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

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

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