#C067BB

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

Shades of Fuchsia #C067BB

Tints of Fuchsia #C067BB

Color information

#C067BB (or 0xC067BB) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and BB. RGB value is (192,103,187). Sum of RGB (Red+Green+Blue) = 192+103+187=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C067BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067BB is #3F9844. Grayscale: #8A8A8A. Windows color (decimal): -4167749 or 12281792. OLE color: 12281792.

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

Color convert

RGB192103187-
CMYK00.460.030.25
HSL303.37º41.4%57.84%-
HSV(B)303.37º46.35%75.29%-
XYZ35.5624.4949.87-
YUV139.19154.99165.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=39.83%
G=21.37%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210318700.460.030.25303.3741.457.84
HexC067BB02E31912f293a
Octal3001472730563314575172
Binary1100000011001111011101101011101111001100101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067BB; }

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

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

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

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

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

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

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

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