#C963CE

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

Shades of Fuchsia #C963CE

Tints of Fuchsia #C963CE

Color information

#C963CE (or 0xC963CE) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and CE. RGB value is (201,99,206). Sum of RGB (Red+Green+Blue) = 201+99+206=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #C963CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CE is #369C31. Grayscale: #8D8D8D. Windows color (decimal): -3578930 or 13525961. OLE color: 13525961.

HSL color Cylindrical-coordinate representation of color #C963CE: hue angle of 297.2º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C963CE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20199206-
CMYK0.020.5200.19
HSL297.2º52.2%59.8%-
HSV(B)297.2º51.94%80.78%-
XYZ39.6925.861.28-
YUV141.7164.29170.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.72%
GREEN value IS 99 (39.06% from 255) = 19.57%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=39.72%
G=19.57%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201992060.020.5200.19297.252.259.8
HexC963CE234013129343c
Octal3111433162640234516474
Binary1100100111000111100111010110100010011100101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963CE; }

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

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

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

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

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

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

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

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