Html Css Color HEX #C16CAF Fuchsia

📋 copy color: '#C16CAF'

red 193 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C16CAF

Tints of Fuchsia #C16CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.69%

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 40.55%
G = 22.69%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C16CAF (or 0xC16CAF) is known color: Fuchsia. HEX triplet: C1, 6C and AF. RGB value is (193,108,175). Sum of RGB (Red+Green+Blue) = 193+108+175=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAF is #3E9350. Grayscale: #8C8C8C. Windows color (decimal): -4100945 or 11496641. OLE color: 11496641.

HSL color Cylindrical-coordinate representation of color #C16CAF: hue angle of 312.71º degrees, saturation: 0.41, 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 #C16CAF is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 108 175 -
CMYK 0 0.44 0.09 0.24
HSL 312.71º 0.41% 0.59% -
HSV(B) 312.71º 0.44% 0.76% -
XYZ 35.09 25.16 43.56 -
YUV 141.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 193 108 175 0 0.44 0.09 0.24 312.71 0.41 0.59
Hex C1 6C AF 0 2C 9 18 139 29 3B
Octal 301 154 257 0 54 11 30 471 51 73
Binary 11000001 1101100 10101111 0 101100 1001 11000 100111001 101001 111011

Color Harmonies of #C16CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CAF

Black with #C16CAF

Text Example


Text Example

White with #C16CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CAF; }

 p { color: rgb(193,108,175); }

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

background-color css

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

 a { background-color: rgb(193,108,175); }

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

border-color css

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

 span { border-color: rgb(193,108,175); }

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