#C960C0

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

Shades of Fuchsia #C960C0

Tints of Fuchsia #C960C0

Color information

#C960C0 (or 0xC960C0) is unknown color: approx Fuchsia. HEX triplet: C9, 60 and C0. RGB value is (201,96,192). Sum of RGB (Red+Green+Blue) = 201+96+192=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C960C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960C0 is #369F3F. Grayscale: #8A8A8A. Windows color (decimal): -3579712 or 12607689. OLE color: 12607689.

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

Color convert

RGB20196192-
CMYK00.520.040.21
HSL305.14º49.3%58.24%-
HSV(B)305.14º52.24%78.82%-
XYZ37.7824.5952.62-
YUV138.34158.29172.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=41.10%
G=19.63%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019619200.520.040.21305.1449.358.24
HexC960C0034415131313a
Octal3111403000644254616172
Binary11001001110000011000000011010010010101100110001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960C0; }

 p { color: rgb(201,96,192); }

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

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

 a { background-color: rgb(201,96,192); }

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

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

 span { border-color: rgb(201,96,192); }

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