Html Css Color HEX #C16AAB Fuchsia

📋 copy color: '#C16AAB'

red 193 ◦ green 106 ◦ blue 171

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

Shades of Fuchsia #C16AAB

Tints of Fuchsia #C16AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 41.06%
G = 22.55%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C16AAB (or 0xC16AAB) is known color: Fuchsia. HEX triplet: C1, 6A and AB. RGB value is (193,106,171). Sum of RGB (Red+Green+Blue) = 193+106+171=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16AAB is #3E9554. Grayscale: #8B8B8B. Windows color (decimal): -4101461 or 11233985. OLE color: 11233985.

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

Color convert

RGB 193 106 171 -
CMYK 0 0.45 0.11 0.24
HSL 315.17º 0.41% 0.59% -
HSV(B) 315.17º 0.45% 0.76% -
XYZ 34.5 24.59 41.46 -
YUV 139.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 193 106 171 0 0.45 0.11 0.24 315.17 0.41 0.59
Hex C1 6A AB 0 2D B 18 13B 29 3B
Octal 301 152 253 0 55 13 30 473 51 73
Binary 11000001 1101010 10101011 0 101101 1011 11000 100111011 101001 111011

Color Harmonies of #C16AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AAB

Black with #C16AAB

Text Example


Text Example

White with #C16AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AAB; }

 p { color: rgb(193,106,171); }

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

background-color css

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

 a { background-color: rgb(193,106,171); }

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

border-color css

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

 span { border-color: rgb(193,106,171); }

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