Html Css Color HEX #C174B6 Fuchsia

📋 copy color: '#C174B6'

red 193 ◦ green 116 ◦ blue 182

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

Shades of Fuchsia #C174B6

Tints of Fuchsia #C174B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 39.31%
G = 23.63%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C174B6 (or 0xC174B6) is known color: Fuchsia. HEX triplet: C1, 74 and B6. RGB value is (193,116,182). Sum of RGB (Red+Green+Blue) = 193+116+182=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C174B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174B6 is #3E8B49. Grayscale: #929292. Windows color (decimal): -4098890 or 11957441. OLE color: 11957441.

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

Color convert

RGB 193 116 182 -
CMYK 0 0.40 0.06 0.24
HSL 308.57º 0.38% 0.61% -
HSV(B) 308.57º 0.4% 0.76% -
XYZ 36.68 27.21 47.57 -
YUV 146.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 193 116 182 0 0.40 0.06 0.24 308.57 0.38 0.61
Hex C1 74 B6 0 28 6 18 135 26 3D
Octal 301 164 266 0 50 6 30 465 46 75
Binary 11000001 1110100 10110110 0 101000 110 11000 100110101 100110 111101

Color Harmonies of #C174B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174B6

Black with #C174B6

Text Example


Text Example

White with #C174B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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