#C942CE

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

Shades of Fuchsia #C942CE

Tints of Fuchsia #C942CE

Color information

#C942CE (or 0xC942CE) is unknown color: approx Fuchsia. HEX triplet: C9, 42 and CE. RGB value is (201,66,206). Sum of RGB (Red+Green+Blue) = 201+66+206=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C942CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942CE is #36BD31. Grayscale: #797979. Windows color (decimal): -3587378 or 13517513. OLE color: 13517513.

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

Color convert

RGB20166206-
CMYK0.020.6800.19
HSL297.86º58.82%53.33%-
HSV(B)297.86º67.96%80.78%-
XYZ37.1820.7760.44-
YUV122.32175.23184.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 66 (26.17% from 255) = 13.95%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=42.49%
G=13.95%
B=43.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201662060.020.6800.19297.8658.8253.33
HexC942CE24401312a3b35
Octal31110231621040234527365
Binary11001001100001011001110101000100010011100101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C942CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C942CE; }

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

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

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

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

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

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

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

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