Html Css Color HEX #C14DBF Fuchsia

📋 copy color: '#C14DBF'

red 193 ◦ green 77 ◦ blue 191

#C14DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C14DBF

Tints of Fuchsia #C14DBF

RGB

 RED value IS 193 (75.78% from 255) = 41.87%

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 41.87%
G = 16.7%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C14DBF (or 0xC14DBF) is known color: Fuchsia. HEX triplet: C1, 4D and BF. RGB value is (193,77,191). Sum of RGB (Red+Green+Blue) = 193+77+191=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14DBF is #3EB240. Grayscale: #7C7C7C. Windows color (decimal): -4108865 or 12537281. OLE color: 12537281.

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

Color convert

RGB 193 77 191 -
CMYK 0 0.60 0.01 0.24
HSL 301.03º 0.48% 0.53% -
HSV(B) 301.03º 0.6% 0.76% -
XYZ 34.05 20.41 51.43 -
YUV 124.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 193 77 191 0 0.60 0.01 0.24 301.03 0.48 0.53
Hex C1 4D BF 0 3C 1 18 12D 30 35
Octal 301 115 277 0 74 1 30 455 60 65
Binary 11000001 1001101 10111111 0 111100 1 11000 100101101 110000 110101

Color Harmonies of #C14DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DBF

Black with #C14DBF

Text Example


Text Example

White with #C14DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DBF; }

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

 H1.HeaderClassName
 {
   color: #C14DBF;
 }
 .AnyTagClassName
 {
   color: #C14DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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