#C968C8

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

Shades of Fuchsia #C968C8

Tints of Fuchsia #C968C8

Color information

#C968C8 (or 0xC968C8) is unknown color: approx Fuchsia. HEX triplet: C9, 68 and C8. RGB value is (201,104,200). Sum of RGB (Red+Green+Blue) = 201+104+200=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C968C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968C8 is #369737. Grayscale: #8F8F8F. Windows color (decimal): -3577656 or 13134025. OLE color: 13134025.

HSL color Cylindrical-coordinate representation of color #C968C8: hue angle of 300.62º 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 #C968C8 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB201104200-
CMYK00.480.000.21
HSL300.62º47.32%59.8%-
HSV(B)300.62º48.26%78.82%-
XYZ39.4626.4957.68-
YUV143.95159.64168.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 200 (78.52% from 255) = 39.60%
R=39.80%
G=20.59%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110420000.480.000.21300.6247.3259.8
HexC968C803001512d2f3c
Octal3111503100600254555774
Binary110010011101000110010000110000010101100101101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968C8; }

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

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

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

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

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

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

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

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