Html Css Color HEX #C172B9 Fuchsia

📋 copy color: '#C172B9'

red 193 ◦ green 114 ◦ blue 185

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

Shades of Fuchsia #C172B9

Tints of Fuchsia #C172B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 39.23%
G = 23.17%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C172B9 (or 0xC172B9) is known color: Fuchsia. HEX triplet: C1, 72 and B9. RGB value is (193,114,185). Sum of RGB (Red+Green+Blue) = 193+114+185=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B9 is #3E8D46. Grayscale: #919191. Windows color (decimal): -4099399 or 12153537. OLE color: 12153537.

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

Color convert

RGB 193 114 185 -
CMYK 0 0.41 0.04 0.24
HSL 306.08º 0.39% 0.6% -
HSV(B) 306.08º 0.41% 0.76% -
XYZ 36.77 26.87 49.15 -
YUV 145.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 193 114 185 0 0.41 0.04 0.24 306.08 0.39 0.6
Hex C1 72 B9 0 29 4 18 132 27 3C
Octal 301 162 271 0 51 4 30 462 47 74
Binary 11000001 1110010 10111001 0 101001 100 11000 100110010 100111 111100

Color Harmonies of #C172B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172B9

Black with #C172B9

Text Example


Text Example

White with #C172B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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