#C14DBB

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

Shades of Fuchsia #C14DBB

Tints of Fuchsia #C14DBB

Color information

#C14DBB (or 0xC14DBB) is unknown color: approx Fuchsia. HEX triplet: C1, 4D and BB. RGB value is (193,77,187). Sum of RGB (Red+Green+Blue) = 193+77+187=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBB is #3EB244. Grayscale: #7B7B7B. Windows color (decimal): -4108869 or 12275137. OLE color: 12275137.

HSL color Cylindrical-coordinate representation of color #C14DBB: hue angle of 303.1º 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 #C14DBB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19377187-
CMYK00.600.030.24
HSL303.1º48.33%52.94%-
HSV(B)303.1º60.1%75.69%-
XYZ33.6220.2349.15-
YUV124.22163.43177.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=42.23%
G=16.85%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937718700.600.030.24303.148.3352.94
HexC14DBB03C31812f3035
Octal3011152730743304576065
Binary1100000110011011011101101111001111000100101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14DBB; }

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

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

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

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

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

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

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

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