#C943D2

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

Shades of Fuchsia #C943D2

Tints of Fuchsia #C943D2

Color information

#C943D2 (or 0xC943D2) is unknown color: approx Fuchsia. HEX triplet: C9, 43 and D2. RGB value is (201,67,210). Sum of RGB (Red+Green+Blue) = 201+67+210=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #C943D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943D2 is #36BC2D. Grayscale: #7A7A7A. Windows color (decimal): -3587118 or 13779913. OLE color: 13779913.

HSL color Cylindrical-coordinate representation of color #C943D2: hue angle of 296.22º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C943D2 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20167210-
CMYK0.040.6800.18
HSL296.22º61.37%54.31%-
HSV(B)296.22º68.1%82.35%-
XYZ37.7321.0863.05-
YUV123.37176.89183.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 67 (26.56% from 255) = 14.02%
BLUE value IS 210 (82.42% from 255) = 43.93%
R=42.05%
G=14.02%
B=43.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201672100.040.6800.18296.2261.3754.31
HexC943D24440121283d36
Octal31110332241040224507566
Binary110010011000011110100101001000100010010100101000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C943D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C943D2; }

 p { color: rgb(201,67,210); }

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

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

 a { background-color: rgb(201,67,210); }

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

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

 span { border-color: rgb(201,67,210); }

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