#c963cb

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

Shades of Fuchsia #C963CB

Tints of Fuchsia #C963CB

Color information

#C963CB (or 0xC963CB) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and CB. RGB value is (201,99,203). Sum of RGB (Red+Green+Blue) = 201+99+203=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C963CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CB is #369C34. Grayscale: #8D8D8D. Windows color (decimal): -3578933 or 13329353. OLE color: 13329353.

HSL color Cylindrical-coordinate representation of color #C963CB: hue angle of 298.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963CB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20199203-
CMYK0.010.5100.20
HSL298.85º50%59.22%-
HSV(B)298.85º51.23%79.61%-
XYZ39.3325.6559.38-
YUV141.35162.79170.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=39.96%
G=19.68%
B=40.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201992030.010.5100.20298.855059.22
HexC963CB13301412b323b
Octal3111433131630244536273
Binary110010011100011110010111110011010100100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c963cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c963cb; }

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

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

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

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

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

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

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

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