Html Css Color HEX #C167AD Fuchsia

📋 copy color: '#C167AD'

red 193 ◦ green 103 ◦ blue 173

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

Shades of Fuchsia #C167AD

Tints of Fuchsia #C167AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.96%

 BLUE value IS 173 (67.97% from 255) = 36.89%

R = 41.15%
G = 21.96%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C167AD (or 0xC167AD) is known color: Fuchsia. HEX triplet: C1, 67 and AD. RGB value is (193,103,173). Sum of RGB (Red+Green+Blue) = 193+103+173=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AD is #3E9852. Grayscale: #898989. Windows color (decimal): -4102227 or 11364289. OLE color: 11364289.

HSL color Cylindrical-coordinate representation of color #C167AD: hue angle of 313.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C167AD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 103 173 -
CMYK 0 0.47 0.10 0.24
HSL 313.33º 0.42% 0.58% -
HSV(B) 313.33º 0.47% 0.76% -
XYZ 34.39 24.06 42.37 -
YUV 137.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 193 103 173 0 0.47 0.10 0.24 313.33 0.42 0.58
Hex C1 67 AD 0 2F A 18 139 2A 3A
Octal 301 147 255 0 57 12 30 471 52 72
Binary 11000001 1100111 10101101 0 101111 1010 11000 100111001 101010 111010

Color Harmonies of #C167AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167AD

Black with #C167AD

Text Example


Text Example

White with #C167AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167AD; }

 p { color: rgb(193,103,173); }

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

background-color css

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

 a { background-color: rgb(193,103,173); }

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

border-color css

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

 span { border-color: rgb(193,103,173); }

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