Html Css Color HEX #C172BC Fuchsia

📋 copy color: '#C172BC'

red 193 ◦ green 114 ◦ blue 188

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

Shades of Fuchsia #C172BC

Tints of Fuchsia #C172BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 38.99%
G = 23.03%
B = 37.98%

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

#C172BC (or 0xC172BC) is known color: Fuchsia. HEX triplet: C1, 72 and BC. RGB value is (193,114,188). Sum of RGB (Red+Green+Blue) = 193+114+188=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BC is #3E8D43. Grayscale: #919191. Windows color (decimal): -4099396 or 12350145. OLE color: 12350145.

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

Color convert

RGB 193 114 188 -
CMYK 0 0.41 0.03 0.24
HSL 303.8º 0.39% 0.6% -
HSV(B) 303.8º 0.41% 0.76% -
XYZ 37.09 27 50.83 -
YUV 146.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 193 114 188 0 0.41 0.03 0.24 303.8 0.39 0.6
Hex C1 72 BC 0 29 3 18 130 27 3C
Octal 301 162 274 0 51 3 30 460 47 74
Binary 11000001 1110010 10111100 0 101001 11 11000 100110000 100111 111100

Color Harmonies of #C172BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172BC

Black with #C172BC

Text Example


Text Example

White with #C172BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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