#C932CE

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

Shades of Fuchsia #C932CE

Tints of Fuchsia #C932CE

Color information

#C932CE (or 0xC932CE) is unknown color: approx Fuchsia. HEX triplet: C9, 32 and CE. RGB value is (201,50,206). Sum of RGB (Red+Green+Blue) = 201+50+206=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C932CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932CE is #36CD31. Grayscale: #707070. Windows color (decimal): -3591474 or 13513417. OLE color: 13513417.

HSL color Cylindrical-coordinate representation of color #C932CE: hue angle of 298.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C932CE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20150206-
CMYK0.020.7600.19
HSL298.08º61.42%50.2%-
HSV(B)298.08º75.73%80.78%-
XYZ36.3719.1560.17-
YUV112.93180.53190.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 50 (19.92% from 255) = 10.94%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=43.98%
G=10.94%
B=45.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201502060.020.7600.19298.0861.4250.2
HexC932CE24C01312a3d32
Octal3116231621140234527562
Binary1100100111001011001110101001100010011100101010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C932CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C932CE; }

 p { color: rgb(201,50,206); }

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

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

 a { background-color: rgb(201,50,206); }

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

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

 span { border-color: rgb(201,50,206); }

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