Html Css Color HEX #C16DAE Fuchsia

📋 copy color: '#C16DAE'

red 193 ◦ green 109 ◦ blue 174

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

Shades of Fuchsia #C16DAE

Tints of Fuchsia #C16DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

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

R = 40.55%
G = 22.9%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C16DAE (or 0xC16DAE) is known color: Fuchsia. HEX triplet: C1, 6D and AE. RGB value is (193,109,174). Sum of RGB (Red+Green+Blue) = 193+109+174=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DAE is #3E9251. Grayscale: #8D8D8D. Windows color (decimal): -4100690 or 11431361. OLE color: 11431361.

HSL color Cylindrical-coordinate representation of color #C16DAE: hue angle of 313.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16DAE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 174 -
CMYK 0 0.44 0.10 0.24
HSL 313.57º 0.4% 0.59% -
HSV(B) 313.57º 0.44% 0.76% -
XYZ 35.1 25.33 43.08 -
YUV 141.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 193 109 174 0 0.44 0.10 0.24 313.57 0.4 0.59
Hex C1 6D AE 0 2C A 18 13A 28 3B
Octal 301 155 256 0 54 12 30 472 50 73
Binary 11000001 1101101 10101110 0 101100 1010 11000 100111010 101000 111011

Color Harmonies of #C16DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DAE

Black with #C16DAE

Text Example


Text Example

White with #C16DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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