Html Css Color HEX #C160B1 Fuchsia

📋 copy color: '#C160B1'

red 193 ◦ green 96 ◦ blue 177

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

Shades of Fuchsia #C160B1

Tints of Fuchsia #C160B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

 BLUE value IS 177 (69.53% from 255) = 37.98%

R = 41.42%
G = 20.6%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C160B1 (or 0xC160B1) is known color: Fuchsia. HEX triplet: C1, 60 and B1. RGB value is (193,96,177). Sum of RGB (Red+Green+Blue) = 193+96+177=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160B1 is #3E9F4E. Grayscale: #868686. Windows color (decimal): -4104015 or 11624641. OLE color: 11624641.

HSL color Cylindrical-coordinate representation of color #C160B1: hue angle of 309.9º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160B1 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 96 177 -
CMYK 0 0.50 0.08 0.24
HSL 309.9º 0.44% 0.57% -
HSV(B) 309.9º 0.5% 0.76% -
XYZ 34.11 22.88 44.21 -
YUV 134.24 152.14 169.91 -
System Red Green Blue C M Y K H S L
Decimal 193 96 177 0 0.50 0.08 0.24 309.9 0.44 0.57
Hex C1 60 B1 0 32 8 18 136 2C 39
Octal 301 140 261 0 62 10 30 466 54 71
Binary 11000001 1100000 10110001 0 110010 1000 11000 100110110 101100 111001

Color Harmonies of #C160B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160B1

Black with #C160B1

Text Example


Text Example

White with #C160B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160B1; }

 p { color: rgb(193,96,177); }

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

background-color css

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

 a { background-color: rgb(193,96,177); }

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

border-color css

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

 span { border-color: rgb(193,96,177); }

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