Html Css Color HEX #C161BD Fuchsia

📋 copy color: '#C161BD'

red 193 ◦ green 97 ◦ blue 189

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

Shades of Fuchsia #C161BD

Tints of Fuchsia #C161BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 40.29%
G = 20.25%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C161BD (or 0xC161BD) is known color: Fuchsia. HEX triplet: C1, 61 and BD. RGB value is (193,97,189). Sum of RGB (Red+Green+Blue) = 193+97+189=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C161BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161BD is #3E9E42. Grayscale: #878787. Windows color (decimal): -4103747 or 12411329. OLE color: 12411329.

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

Color convert

RGB 193 97 189 -
CMYK 0 0.50 0.02 0.24
HSL 302.5º 0.44% 0.57% -
HSV(B) 302.5º 0.5% 0.76% -
XYZ 35.45 23.56 50.82 -
YUV 136.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 193 97 189 0 0.50 0.02 0.24 302.5 0.44 0.57
Hex C1 61 BD 0 32 2 18 12E 2C 39
Octal 301 141 275 0 62 2 30 456 54 71
Binary 11000001 1100001 10111101 0 110010 10 11000 100101110 101100 111001

Color Harmonies of #C161BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161BD

Black with #C161BD

Text Example


Text Example

White with #C161BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161BD; }

 p { color: rgb(193,97,189); }

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

background-color css

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

 a { background-color: rgb(193,97,189); }

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

border-color css

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

 span { border-color: rgb(193,97,189); }

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