#C043CC

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

Shades of Fuchsia #C043CC

Tints of Fuchsia #C043CC

Color information

#C043CC (or 0xC043CC) is unknown color: approx Fuchsia. HEX triplet: C0, 43 and CC. RGB value is (192,67,204). Sum of RGB (Red+Green+Blue) = 192+67+204=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 67 (26.56% from 255 or 14.47% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C043CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CC is #3FBC33. Grayscale: #777777. Windows color (decimal): -4176948 or 13386688. OLE color: 13386688.

HSL color Cylindrical-coordinate representation of color #C043CC: hue angle of 294.74º 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 #C043CC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19267204-
CMYK0.060.6700.2
HSL294.74º57.32%53.14%-
HSV(B)294.74º67.16%80%-
XYZ34.6419.5859.08-
YUV119.99175.41179.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 67 (26.56% from 255) = 14.47%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=41.47%
G=14.47%
B=44.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192672040.060.6700.2294.7457.3253.14
HexC043CC6430141273935
Octal30010331461030244477165
Binary110000001000011110011001101000011010100100100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C043CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C043CC; }

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

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

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

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

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

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

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

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