#C067C1

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

Shades of Fuchsia #C067C1

Tints of Fuchsia #C067C1

Color information

#C067C1 (or 0xC067C1) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and C1. RGB value is (192,103,193). Sum of RGB (Red+Green+Blue) = 192+103+193=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #C067C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067C1 is #3F983E. Grayscale: #8B8B8B. Windows color (decimal): -4167743 or 12675008. OLE color: 12675008.

HSL color Cylindrical-coordinate representation of color #C067C1: hue angle of 299.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C067C1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192103193-
CMYK0.010.4700.24
HSL299.33º42.06%58.04%-
HSV(B)299.33º46.63%75.69%-
XYZ36.2124.7653.32-
YUV139.87157.99165.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 21.11%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=39.34%
G=21.11%
B=39.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921031930.010.4700.24299.3342.0658.04
HexC067C112F01812b2a3a
Octal3001473011570304535272
Binary110000001100111110000011101111011000100101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067C1; }

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

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

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

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

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

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

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

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