Html Css Color HEX #C172B4 Fuchsia

📋 copy color: '#C172B4'

red 193 ◦ green 114 ◦ blue 180

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

Shades of Fuchsia #C172B4

Tints of Fuchsia #C172B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.96%

R = 39.63%
G = 23.41%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C172B4 (or 0xC172B4) is known color: Fuchsia. HEX triplet: C1, 72 and B4. RGB value is (193,114,180). Sum of RGB (Red+Green+Blue) = 193+114+180=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B4 is #3E8D4B. Grayscale: #909090. Windows color (decimal): -4099404 or 11825857. OLE color: 11825857.

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

Color convert

RGB 193 114 180 -
CMYK 0 0.41 0.07 0.24
HSL 309.87º 0.39% 0.6% -
HSV(B) 309.87º 0.41% 0.76% -
XYZ 36.25 26.67 46.42 -
YUV 145.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 193 114 180 0 0.41 0.07 0.24 309.87 0.39 0.6
Hex C1 72 B4 0 29 7 18 136 27 3C
Octal 301 162 264 0 51 7 30 466 47 74
Binary 11000001 1110010 10110100 0 101001 111 11000 100110110 100111 111100

Color Harmonies of #C172B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172B4

Black with #C172B4

Text Example


Text Example

White with #C172B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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