#C942BE

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

Shades of Fuchsia #C942BE

Tints of Fuchsia #C942BE

Color information

#C942BE (or 0xC942BE) is unknown color: approx Fuchsia. HEX triplet: C9, 42 and BE. RGB value is (201,66,190). Sum of RGB (Red+Green+Blue) = 201+66+190=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C942BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942BE is #36BD41. Grayscale: #787878. Windows color (decimal): -3587394 or 12468937. OLE color: 12468937.

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

Color convert

RGB20166190-
CMYK00.670.050.21
HSL304.89º55.56%52.35%-
HSV(B)304.89º67.16%78.82%-
XYZ35.3320.0350.72-
YUV120.5167.23185.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 66 (26.17% from 255) = 14.44%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=43.98%
G=14.44%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016619000.670.050.21304.8955.5652.35
HexC942BE0435151313834
Octal31110227601035254617064
Binary110010011000010101111100100001110110101100110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C942BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C942BE; }

 p { color: rgb(201,66,190); }

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

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

 a { background-color: rgb(201,66,190); }

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

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

 span { border-color: rgb(201,66,190); }

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