Html Css Color HEX #C167AF Fuchsia

📋 copy color: '#C167AF'

red 193 ◦ green 103 ◦ blue 175

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

Shades of Fuchsia #C167AF

Tints of Fuchsia #C167AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 40.98%
G = 21.87%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C167AF (or 0xC167AF) is known color: Fuchsia. HEX triplet: C1, 67 and AF. RGB value is (193,103,175). Sum of RGB (Red+Green+Blue) = 193+103+175=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AF is #3E9850. Grayscale: #898989. Windows color (decimal): -4102225 or 11495361. OLE color: 11495361.

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

Color convert

RGB 193 103 175 -
CMYK 0 0.47 0.09 0.24
HSL 312º 0.42% 0.58% -
HSV(B) 312º 0.47% 0.76% -
XYZ 34.58 24.13 43.39 -
YUV 138.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 193 103 175 0 0.47 0.09 0.24 312 0.42 0.58
Hex C1 67 AF 0 2F 9 18 138 2A 3A
Octal 301 147 257 0 57 11 30 470 52 72
Binary 11000001 1100111 10101111 0 101111 1001 11000 100111000 101010 111010

Color Harmonies of #C167AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167AF

Black with #C167AF

Text Example


Text Example

White with #C167AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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