#C963C5

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

Shades of Fuchsia #C963C5

Tints of Fuchsia #C963C5

Color information

#C963C5 (or 0xC963C5) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and C5. RGB value is (201,99,197). Sum of RGB (Red+Green+Blue) = 201+99+197=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C963C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963C5 is #369C3A. Grayscale: #8C8C8C. Windows color (decimal): -3578939 or 12936137. OLE color: 12936137.

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

Color convert

RGB20199197-
CMYK00.510.020.21
HSL302.35º48.57%58.82%-
HSV(B)302.35º50.75%78.82%-
XYZ38.6325.3755.68-
YUV140.67159.79171.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 197 (77.34% from 255) = 39.64%
R=40.44%
G=19.92%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019919700.510.020.21302.3548.5758.82
HexC963C503321512e313b
Octal3111433050632254566173
Binary1100100111000111100010101100111010101100101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963C5; }

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

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

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

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

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

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

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

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