Html Css Color HEX #C167B4 Fuchsia

📋 copy color: '#C167B4'

red 193 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #C167B4

Tints of Fuchsia #C167B4

RGB

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

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

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

R = 40.55%
G = 21.64%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C167B4 (or 0xC167B4) is known color: Fuchsia. HEX triplet: C1, 67 and B4. RGB value is (193,103,180). Sum of RGB (Red+Green+Blue) = 193+103+180=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C167B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167B4 is #3E984B. Grayscale: #8A8A8A. Windows color (decimal): -4102220 or 11823041. OLE color: 11823041.

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

Color convert

RGB 193 103 180 -
CMYK 0 0.47 0.07 0.24
HSL 308.67º 0.42% 0.58% -
HSV(B) 308.67º 0.47% 0.76% -
XYZ 35.08 24.33 46.03 -
YUV 138.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 193 103 180 0 0.47 0.07 0.24 308.67 0.42 0.58
Hex C1 67 B4 0 2F 7 18 135 2A 3A
Octal 301 147 264 0 57 7 30 465 52 72
Binary 11000001 1100111 10110100 0 101111 111 11000 100110101 101010 111010

Color Harmonies of #C167B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167B4

Black with #C167B4

Text Example


Text Example

White with #C167B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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