#C066C1

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

Shades of Fuchsia #C066C1

Tints of Fuchsia #C066C1

Color information

#C066C1 (or 0xC066C1) is unknown color: approx Fuchsia. HEX triplet: C0, 66 and C1. RGB value is (192,102,193). Sum of RGB (Red+Green+Blue) = 192+102+193=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #C066C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066C1 is #3F993E. Grayscale: #8B8B8B. Windows color (decimal): -4167999 or 12674752. OLE color: 12674752.

HSL color Cylindrical-coordinate representation of color #C066C1: hue angle of 299.34º 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 #C066C1 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192102193-
CMYK0.010.4700.24
HSL299.34º42.33%57.84%-
HSV(B)299.34º47.15%75.69%-
XYZ36.1224.5653.29-
YUV139.28158.32165.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=39.43%
G=20.94%
B=39.63%

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
Decimal1921021930.010.4700.24299.3442.3357.84
HexC066C112F01812b2a3a
Octal3001463011570304535272
Binary110000001100110110000011101111011000100101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066C1; }

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

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

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

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

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

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

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

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