Html Css Color HEX #C174BA Fuchsia

📋 copy color: '#C174BA'

red 193 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #C174BA

Tints of Fuchsia #C174BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 38.99%
G = 23.43%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C174BA (or 0xC174BA) is known color: Fuchsia. HEX triplet: C1, 74 and BA. RGB value is (193,116,186). Sum of RGB (Red+Green+Blue) = 193+116+186=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C174BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174BA is #3E8B45. Grayscale: #929292. Windows color (decimal): -4098886 or 12219585. OLE color: 12219585.

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

Color convert

RGB 193 116 186 -
CMYK 0 0.40 0.04 0.24
HSL 305.45º 0.38% 0.61% -
HSV(B) 305.45º 0.4% 0.76% -
XYZ 37.1 27.37 49.78 -
YUV 147 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 193 116 186 0 0.40 0.04 0.24 305.45 0.38 0.61
Hex C1 74 BA 0 28 4 18 131 26 3D
Octal 301 164 272 0 50 4 30 461 46 75
Binary 11000001 1110100 10111010 0 101000 100 11000 100110001 100110 111101

Color Harmonies of #C174BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174BA

Black with #C174BA

Text Example


Text Example

White with #C174BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174BA; }

 p { color: rgb(193,116,186); }

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

background-color css

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

 a { background-color: rgb(193,116,186); }

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

border-color css

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

 span { border-color: rgb(193,116,186); }

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