Html Css Color HEX #C177BD Fuchsia

📋 copy color: '#C177BD'

red 193 ◦ green 119 ◦ blue 189

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

Shades of Fuchsia #C177BD

Tints of Fuchsia #C177BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.75%

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

R = 38.52%
G = 23.75%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C177BD (or 0xC177BD) is known color: Fuchsia. HEX triplet: C1, 77 and BD. RGB value is (193,119,189). Sum of RGB (Red+Green+Blue) = 193+119+189=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C177BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177BD is #3E8842. Grayscale: #949494. Windows color (decimal): -4098115 or 12416961. OLE color: 12416961.

HSL color Cylindrical-coordinate representation of color #C177BD: hue angle of 303.24º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C177BD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 189 -
CMYK 0 0.38 0.02 0.24
HSL 303.24º 0.37% 0.61% -
HSV(B) 303.24º 0.38% 0.76% -
XYZ 37.77 28.21 51.6 -
YUV 149.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 193 119 189 0 0.38 0.02 0.24 303.24 0.37 0.61
Hex C1 77 BD 0 26 2 18 12F 25 3D
Octal 301 167 275 0 46 2 30 457 45 75
Binary 11000001 1110111 10111101 0 100110 10 11000 100101111 100101 111101

Color Harmonies of #C177BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177BD

Black with #C177BD

Text Example


Text Example

White with #C177BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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