#C03DC2

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

Shades of Fuchsia #C03DC2

Tints of Fuchsia #C03DC2

Color information

#C03DC2 (or 0xC03DC2) is unknown color: approx Fuchsia. HEX triplet: C0, 3D and C2. RGB value is (192,61,194). Sum of RGB (Red+Green+Blue) = 192+61+194=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #C03DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DC2 is #3FC23D. Grayscale: #727272. Windows color (decimal): -4178494 or 12729792. OLE color: 12729792.

HSL color Cylindrical-coordinate representation of color #C03DC2: hue angle of 299.1º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03DC2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19261194-
CMYK0.010.6900.24
HSL299.1º52.16%50%-
HSV(B)299.1º68.56%76.08%-
XYZ33.1418.4452.85-
YUV115.33172.4182.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 194 (76.17% from 255) = 43.40%
R=42.95%
G=13.65%
B=43.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192611940.010.6900.24299.152.1650
HexC03DC214501812b3432
Octal3007530211050304536462
Binary110000001111011100001011000101011000100101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03DC2; }

 p { color: rgb(192,61,194); }

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

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

 a { background-color: rgb(192,61,194); }

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

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

 span { border-color: rgb(192,61,194); }

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