Html Css Color HEX #C161B7 Fuchsia

📋 copy color: '#C161B7'

red 193 ◦ green 97 ◦ blue 183

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

Shades of Fuchsia #C161B7

Tints of Fuchsia #C161B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 40.8%
G = 20.51%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C161B7 (or 0xC161B7) is known color: Fuchsia. HEX triplet: C1, 61 and B7. RGB value is (193,97,183). Sum of RGB (Red+Green+Blue) = 193+97+183=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C161B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161B7 is #3E9E48. Grayscale: #878787. Windows color (decimal): -4103753 or 12018113. OLE color: 12018113.

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

Color convert

RGB 193 97 183 -
CMYK 0 0.50 0.05 0.24
HSL 306.25º 0.44% 0.57% -
HSV(B) 306.25º 0.5% 0.76% -
XYZ 34.81 23.31 47.46 -
YUV 135.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 193 97 183 0 0.50 0.05 0.24 306.25 0.44 0.57
Hex C1 61 B7 0 32 5 18 132 2C 39
Octal 301 141 267 0 62 5 30 462 54 71
Binary 11000001 1100001 10110111 0 110010 101 11000 100110010 101100 111001

Color Harmonies of #C161B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161B7

Black with #C161B7

Text Example


Text Example

White with #C161B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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