Html Css Color HEX #C16AB8 Fuchsia

📋 copy color: '#C16AB8'

red 193 ◦ green 106 ◦ blue 184

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

Shades of Fuchsia #C16AB8

Tints of Fuchsia #C16AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 39.96%
G = 21.95%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C16AB8 (or 0xC16AB8) is known color: Fuchsia. HEX triplet: C1, 6A and B8. RGB value is (193,106,184). Sum of RGB (Red+Green+Blue) = 193+106+184=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AB8 is #3E9547. Grayscale: #8C8C8C. Windows color (decimal): -4101448 or 12085953. OLE color: 12085953.

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

Color convert

RGB 193 106 184 -
CMYK 0 0.45 0.05 0.24
HSL 306.21º 0.41% 0.59% -
HSV(B) 306.21º 0.45% 0.76% -
XYZ 35.8 25.11 48.31 -
YUV 140.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 193 106 184 0 0.45 0.05 0.24 306.21 0.41 0.59
Hex C1 6A B8 0 2D 5 18 132 29 3B
Octal 301 152 270 0 55 5 30 462 51 73
Binary 11000001 1101010 10111000 0 101101 101 11000 100110010 101001 111011

Color Harmonies of #C16AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AB8

Black with #C16AB8

Text Example


Text Example

White with #C16AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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