#C943CC

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

Shades of Fuchsia #C943CC

Tints of Fuchsia #C943CC

Color information

#C943CC (or 0xC943CC) is unknown color: approx Fuchsia. HEX triplet: C9, 43 and CC. RGB value is (201,67,204). Sum of RGB (Red+Green+Blue) = 201+67+204=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C943CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CC is #36BC33. Grayscale: #7A7A7A. Windows color (decimal): -3587124 or 13386697. OLE color: 13386697.

HSL color Cylindrical-coordinate representation of color #C943CC: hue angle of 298.69º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943CC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20167204-
CMYK0.010.6700.2
HSL298.69º57.32%53.14%-
HSV(B)298.69º67.16%80%-
XYZ36.9920.7959.19-
YUV122.68173.89183.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 67 (26.56% from 255) = 14.19%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=42.58%
G=14.19%
B=43.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201672040.010.6700.2298.6957.3253.14
HexC943CC14301412b3935
Octal31110331411030244537165
Binary1100100110000111100110011000011010100100101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C943CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C943CC; }

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

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

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

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

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

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

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

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