Html Css Color HEX #C172BE Fuchsia

📋 copy color: '#C172BE'

red 193 ◦ green 114 ◦ blue 190

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

Shades of Fuchsia #C172BE

Tints of Fuchsia #C172BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 38.83%
G = 22.94%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C172BE (or 0xC172BE) is known color: Fuchsia. HEX triplet: C1, 72 and BE. RGB value is (193,114,190). Sum of RGB (Red+Green+Blue) = 193+114+190=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BE is #3E8D41. Grayscale: #929292. Windows color (decimal): -4099394 or 12481217. OLE color: 12481217.

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

Color convert

RGB 193 114 190 -
CMYK 0 0.41 0.02 0.24
HSL 302.28º 0.39% 0.6% -
HSV(B) 302.28º 0.41% 0.76% -
XYZ 37.3 27.09 51.98 -
YUV 146.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 193 114 190 0 0.41 0.02 0.24 302.28 0.39 0.6
Hex C1 72 BE 0 29 2 18 12E 27 3C
Octal 301 162 276 0 51 2 30 456 47 74
Binary 11000001 1110010 10111110 0 101001 10 11000 100101110 100111 111100

Color Harmonies of #C172BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172BE

Black with #C172BE

Text Example


Text Example

White with #C172BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172BE; }

 p { color: rgb(193,114,190); }

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

background-color css

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

 a { background-color: rgb(193,114,190); }

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

border-color css

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

 span { border-color: rgb(193,114,190); }

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