#C961CA

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

Shades of Fuchsia #C961CA

Tints of Fuchsia #C961CA

Color information

#C961CA (or 0xC961CA) is unknown color: approx Fuchsia. HEX triplet: C9, 61 and CA. RGB value is (201,97,202). Sum of RGB (Red+Green+Blue) = 201+97+202=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #C961CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961CA is #369E35. Grayscale: #8B8B8B. Windows color (decimal): -3579446 or 13263305. OLE color: 13263305.

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

Color convert

RGB20197202-
CMYK0.000.5200.21
HSL299.43º49.76%58.63%-
HSV(B)299.43º51.98%79.22%-
XYZ39.0225.2358.69-
YUV140.07162.96171.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 97 (38.28% from 255) = 19.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=40.2%
G=19.4%
B=40.4%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201972020.000.5200.21299.4349.7658.63
HexC961CA03401512b323b
Octal3111413120640254536273
Binary110010011100001110010100110100010101100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C961CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C961CA; }

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

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

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

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

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

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

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

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