Html Css Color HEX #C16ABB Fuchsia

📋 copy color: '#C16ABB'

red 193 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #C16ABB

Tints of Fuchsia #C16ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 39.71%
G = 21.81%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C16ABB (or 0xC16ABB) is known color: Fuchsia. HEX triplet: C1, 6A and BB. RGB value is (193,106,187). Sum of RGB (Red+Green+Blue) = 193+106+187=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C16ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ABB is #3E9544. Grayscale: #8D8D8D. Windows color (decimal): -4101445 or 12282561. OLE color: 12282561.

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

Color convert

RGB 193 106 187 -
CMYK 0 0.45 0.03 0.24
HSL 304.14º 0.41% 0.59% -
HSV(B) 304.14º 0.45% 0.76% -
XYZ 36.12 25.23 49.98 -
YUV 141.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 193 106 187 0 0.45 0.03 0.24 304.14 0.41 0.59
Hex C1 6A BB 0 2D 3 18 130 29 3B
Octal 301 152 273 0 55 3 30 460 51 73
Binary 11000001 1101010 10111011 0 101101 11 11000 100110000 101001 111011

Color Harmonies of #C16ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ABB

Black with #C16ABB

Text Example


Text Example

White with #C16ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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