#C967BA

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

Shades of Fuchsia #C967BA

Tints of Fuchsia #C967BA

Color information

#C967BA (or 0xC967BA) is unknown color: approx Fuchsia. HEX triplet: C9, 67 and BA. RGB value is (201,103,186). Sum of RGB (Red+Green+Blue) = 201+103+186=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BA is #369845. Grayscale: #8D8D8D. Windows color (decimal): -3577926 or 12216265. OLE color: 12216265.

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

Color convert

RGB201103186-
CMYK00.490.070.21
HSL309.18º47.57%59.61%-
HSV(B)309.18º48.76%78.82%-
XYZ37.825.6649.42-
YUV141.76152.97170.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=41.02%
G=21.02%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110318600.490.070.21309.1847.5759.61
HexC967BA031715135303c
Octal3111472720617254656074
Binary11001001110011110111010011000111110101100110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967BA; }

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

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

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

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

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

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

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

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