Html Css Color HEX #C172BB Fuchsia

📋 copy color: '#C172BB'

red 193 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #C172BB

Tints of Fuchsia #C172BB

RGB

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

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

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

R = 39.07%
G = 23.08%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C172BB (or 0xC172BB) is known color: Fuchsia. HEX triplet: C1, 72 and BB. RGB value is (193,114,187). Sum of RGB (Red+Green+Blue) = 193+114+187=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BB is #3E8D44. Grayscale: #919191. Windows color (decimal): -4099397 or 12284609. OLE color: 12284609.

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

Color convert

RGB 193 114 187 -
CMYK 0 0.41 0.03 0.24
HSL 304.56º 0.39% 0.6% -
HSV(B) 304.56º 0.41% 0.76% -
XYZ 36.98 26.96 50.27 -
YUV 145.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 193 114 187 0 0.41 0.03 0.24 304.56 0.39 0.6
Hex C1 72 BB 0 29 3 18 131 27 3C
Octal 301 162 273 0 51 3 30 461 47 74
Binary 11000001 1110010 10111011 0 101001 11 11000 100110001 100111 111100

Color Harmonies of #C172BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172BB

Black with #C172BB

Text Example


Text Example

White with #C172BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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