#C963CF

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

Shades of Fuchsia #C963CF

Tints of Fuchsia #C963CF

Color information

#C963CF (or 0xC963CF) is unknown color: approx Fuchsia. HEX triplet: C9, 63 and CF. RGB value is (201,99,207). Sum of RGB (Red+Green+Blue) = 201+99+207=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C963CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963CF is #369C30. Grayscale: #8D8D8D. Windows color (decimal): -3578929 or 13591497. OLE color: 13591497.

HSL color Cylindrical-coordinate representation of color #C963CF: hue angle of 296.67º degrees, saturation: 0.53, 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 #C963CF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20199207-
CMYK0.030.5200.19
HSL296.67º52.94%60%-
HSV(B)296.67º52.17%81.18%-
XYZ39.8125.8561.92-
YUV141.81164.79170.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.64%
GREEN value IS 99 (39.06% from 255) = 19.53%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=39.64%
G=19.53%
B=40.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201992070.030.5200.19296.6752.9460
HexC963CF334013129353c
Octal3111433173640234516574
Binary1100100111000111100111111110100010011100101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963CF; }

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

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

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

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

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

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

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

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