#C03DBA

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

Shades of Fuchsia #C03DBA

Tints of Fuchsia #C03DBA

Color information

#C03DBA (or 0xC03DBA) is unknown color: approx Fuchsia. HEX triplet: C0, 3D and BA. RGB value is (192,61,186). Sum of RGB (Red+Green+Blue) = 192+61+186=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DBA is #3FC245. Grayscale: #727272. Windows color (decimal): -4178502 or 12205504. OLE color: 12205504.

HSL color Cylindrical-coordinate representation of color #C03DBA: hue angle of 302.75º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03DBA is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19261186-
CMYK00.680.030.25
HSL302.75º51.78%49.61%-
HSV(B)302.75º68.23%75.29%-
XYZ32.2718.0948.25-
YUV114.42168.4183.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=43.74%
G=13.90%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926118600.680.030.25302.7551.7849.61
HexC03DBA04431912f3432
Octal3007527201043314576462
Binary1100000011110110111010010001001111001100101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03DBA; }

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

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

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

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

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

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

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

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