#C968BA

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

Shades of Fuchsia #C968BA

Tints of Fuchsia #C968BA

Color information

#C968BA (or 0xC968BA) is unknown color: approx Fuchsia. HEX triplet: C9, 68 and BA. RGB value is (201,104,186). Sum of RGB (Red+Green+Blue) = 201+104+186=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C968BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968BA is #369745. Grayscale: #8E8E8E. Windows color (decimal): -3577670 or 12216521. OLE color: 12216521.

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

Color convert

RGB201104186-
CMYK00.480.070.21
HSL309.28º47.32%59.8%-
HSV(B)309.28º48.26%78.82%-
XYZ37.925.8649.45-
YUV142.35152.64169.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=40.94%
G=21.18%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110418600.480.070.21309.2847.3259.8
HexC968BA0307151352f3c
Octal3111502720607254655774
Binary11001001110100010111010011000011110101100110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C968BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C968BA; }

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

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

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

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

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

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

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

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