Html Css Color HEX #C16DC0 Fuchsia

📋 copy color: '#C16DC0'

red 193 ◦ green 109 ◦ blue 192

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

Shades of Fuchsia #C16DC0

Tints of Fuchsia #C16DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.87%

R = 39.07%
G = 22.06%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C16DC0 (or 0xC16DC0) is known color: Fuchsia. HEX triplet: C1, 6D and C0. RGB value is (193,109,192). Sum of RGB (Red+Green+Blue) = 193+109+192=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DC0 is #3E923F. Grayscale: #8F8F8F. Windows color (decimal): -4100672 or 12611009. OLE color: 12611009.

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

Color convert

RGB 193 109 192 -
CMYK 0 0.44 0.01 0.24
HSL 300.71º 0.4% 0.59% -
HSV(B) 300.71º 0.44% 0.76% -
XYZ 36.98 26.08 52.95 -
YUV 143.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 193 109 192 0 0.44 0.01 0.24 300.71 0.4 0.59
Hex C1 6D C0 0 2C 1 18 12D 28 3B
Octal 301 155 300 0 54 1 30 455 50 73
Binary 11000001 1101101 11000000 0 101100 1 11000 100101101 101000 111011

Color Harmonies of #C16DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DC0

Black with #C16DC0

Text Example


Text Example

White with #C16DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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