#C964CA

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

Shades of Fuchsia #C964CA

Tints of Fuchsia #C964CA

Color information

#C964CA (or 0xC964CA) is unknown color: approx Fuchsia. HEX triplet: C9, 64 and CA. RGB value is (201,100,202). Sum of RGB (Red+Green+Blue) = 201+100+202=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #C964CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CA is #369B35. Grayscale: #8D8D8D. Windows color (decimal): -3578678 or 13264073. OLE color: 13264073.

HSL color Cylindrical-coordinate representation of color #C964CA: hue angle of 299.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C964CA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201100202-
CMYK0.000.5000.21
HSL299.41º49.04%59.22%-
HSV(B)299.41º50.5%79.22%-
XYZ39.3125.858.78-
YUV141.83161.96170.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=39.96%
G=19.88%
B=40.16%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011002020.000.5000.21299.4149.0459.22
HexC964CA03201512b313b
Octal3111443120620254536173
Binary110010011100100110010100110010010101100101011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964CA; }

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

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

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

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

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

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

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

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