#C950CA

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

Shades of Fuchsia #C950CA

Tints of Fuchsia #C950CA

Color information

#C950CA (or 0xC950CA) is unknown color: approx Fuchsia. HEX triplet: C9, 50 and CA. RGB value is (201,80,202). Sum of RGB (Red+Green+Blue) = 201+80+202=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C950CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950CA is #36AF35. Grayscale: #818181. Windows color (decimal): -3583798 or 13258953. OLE color: 13258953.

HSL color Cylindrical-coordinate representation of color #C950CA: hue angle of 299.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C950CA is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20180202-
CMYK0.000.6000.21
HSL299.51º53.51%55.29%-
HSV(B)299.51º60.4%79.22%-
XYZ37.6222.4258.22-
YUV130.09168.59178.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=41.61%
G=16.56%
B=41.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201802020.000.6000.21299.5153.5155.29
HexC950CA03C01512c3637
Octal3111203120740254546667
Binary110010011010000110010100111100010101100101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C950CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C950CA; }

 p { color: rgb(201,80,202); }

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

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

 a { background-color: rgb(201,80,202); }

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

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

 span { border-color: rgb(201,80,202); }

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