Html Css Color HEX #C14DAE Fuchsia

📋 copy color: '#C14DAE'

red 193 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #C14DAE

Tints of Fuchsia #C14DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 43.47%
G = 17.34%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C14DAE (or 0xC14DAE) is known color: Fuchsia. HEX triplet: C1, 4D and AE. RGB value is (193,77,174). Sum of RGB (Red+Green+Blue) = 193+77+174=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C14DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C14DAE is #3EB251. Grayscale: #7A7A7A. Windows color (decimal): -4108882 or 11423169. OLE color: 11423169.

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

Color convert

RGB 193 77 174 -
CMYK 0 0.60 0.10 0.24
HSL 309.83º 0.48% 0.53% -
HSV(B) 309.83º 0.6% 0.76% -
XYZ 32.29 19.7 42.15 -
YUV 122.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 193 77 174 0 0.60 0.10 0.24 309.83 0.48 0.53
Hex C1 4D AE 0 3C A 18 136 30 35
Octal 301 115 256 0 74 12 30 466 60 65
Binary 11000001 1001101 10101110 0 111100 1010 11000 100110110 110000 110101

Color Harmonies of #C14DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14DAE

Black with #C14DAE

Text Example


Text Example

White with #C14DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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