#c968c3

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

Shades of Fuchsia #C968C3

Tints of Fuchsia #C968C3

Color information

#C968C3 (or 0xC968C3) is unknown color: approx Fuchsia. HEX triplet: C9, 68 and C3. RGB value is (201,104,195). Sum of RGB (Red+Green+Blue) = 201+104+195=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C968C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968C3 is #36973C. Grayscale: #8F8F8F. Windows color (decimal): -3577661 or 12806345. OLE color: 12806345.

HSL color Cylindrical-coordinate representation of color #C968C3: hue angle of 303.71º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C968C3 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201104195-
CMYK00.480.030.21
HSL303.71º47.32%59.8%-
HSV(B)303.71º48.26%78.82%-
XYZ38.8926.2654.65-
YUV143.38157.14169.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 104 (41.02% from 255) = 20.8%
BLUE value IS 195 (76.56% from 255) = 39%
R=40.2%
G=20.8%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110419500.480.030.21303.7147.3259.8
HexC968C30303151302f3c
Octal3111503030603254605774
Binary1100100111010001100001101100001110101100110000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c968c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c968c3; }

 p { color: rgb(201,104,195); }

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

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

 a { background-color: rgb(201,104,195); }

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

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

 span { border-color: rgb(201,104,195); }

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