Html Css Color HEX #C174BB Fuchsia

📋 copy color: '#C174BB'

red 193 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #C174BB

Tints of Fuchsia #C174BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 38.91%
G = 23.39%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C174BB (or 0xC174BB) is known color: Fuchsia. HEX triplet: C1, 74 and BB. RGB value is (193,116,187). Sum of RGB (Red+Green+Blue) = 193+116+187=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C174BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174BB is #3E8B44. Grayscale: #929292. Windows color (decimal): -4098885 or 12285121. OLE color: 12285121.

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

Color convert

RGB 193 116 187 -
CMYK 0 0.40 0.03 0.24
HSL 304.68º 0.38% 0.61% -
HSV(B) 304.68º 0.4% 0.76% -
XYZ 37.21 27.42 50.34 -
YUV 147.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 193 116 187 0 0.40 0.03 0.24 304.68 0.38 0.61
Hex C1 74 BB 0 28 3 18 131 26 3D
Octal 301 164 273 0 50 3 30 461 46 75
Binary 11000001 1110100 10111011 0 101000 11 11000 100110001 100110 111101

Color Harmonies of #C174BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174BB

Black with #C174BB

Text Example


Text Example

White with #C174BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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