#C963BA

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

Shades of Fuchsia #C963BA

Tints of Fuchsia #C963BA

Color information

#C963BA (or 0xC963BA) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and BA. RGB value is (201,99,186). Sum of RGB (Red+Green+Blue) = 201+99+186=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C963BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963BA is #369C45. Grayscale: #8B8B8B. Windows color (decimal): -3578950 or 12215241. OLE color: 12215241.

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

Color convert

RGB20199186-
CMYK00.510.070.21
HSL308.82º48.57%58.82%-
HSV(B)308.82º50.75%78.82%-
XYZ37.4124.8949.29-
YUV139.42154.29171.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=41.36%
G=20.37%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019918600.510.070.21308.8248.5758.82
HexC963BA033715135313b
Octal3111432720637254656173
Binary11001001110001110111010011001111110101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963BA; }

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

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

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

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

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

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

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

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