#C14DBA

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

Shades of Fuchsia #C14DBA

Tints of Fuchsia #C14DBA

Color information

#C14DBA (or 0xC14DBA) is unknown color: approx Fuchsia. HEX triplet: C1, 4D and BA. RGB value is (193,77,186). Sum of RGB (Red+Green+Blue) = 193+77+186=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBA is #3EB245. Grayscale: #7B7B7B. Windows color (decimal): -4108870 or 12209601. OLE color: 12209601.

HSL color Cylindrical-coordinate representation of color #C14DBA: hue angle of 303.62º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14DBA is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19377186-
CMYK00.600.040.24
HSL303.62º48.33%52.94%-
HSV(B)303.62º60.1%75.69%-
XYZ33.5120.1948.59-
YUV124.11162.93177.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 77 (30.47% from 255) = 16.89%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=42.32%
G=16.89%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937718600.600.040.24303.6248.3352.94
HexC14DBA03C4181303035
Octal3011152720744304606065
Binary11000001100110110111010011110010011000100110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DBA; }

 p { color: rgb(193,77,186); }

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

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

 a { background-color: rgb(193,77,186); }

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

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

 span { border-color: rgb(193,77,186); }

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