Html Css Color HEX #C167BD Fuchsia

📋 copy color: '#C167BD'

red 193 ◦ green 103 ◦ blue 189

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

Shades of Fuchsia #C167BD

Tints of Fuchsia #C167BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 39.79%
G = 21.24%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C167BD (or 0xC167BD) is known color: Fuchsia. HEX triplet: C1, 67 and BD. RGB value is (193,103,189). Sum of RGB (Red+Green+Blue) = 193+103+189=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C167BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167BD is #3E9842. Grayscale: #8B8B8B. Windows color (decimal): -4102211 or 12412865. OLE color: 12412865.

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

Color convert

RGB 193 103 189 -
CMYK 0 0.47 0.02 0.24
HSL 302.67º 0.42% 0.58% -
HSV(B) 302.67º 0.47% 0.76% -
XYZ 36.03 24.71 51.02 -
YUV 139.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 193 103 189 0 0.47 0.02 0.24 302.67 0.42 0.58
Hex C1 67 BD 0 2F 2 18 12F 2A 3A
Octal 301 147 275 0 57 2 30 457 52 72
Binary 11000001 1100111 10111101 0 101111 10 11000 100101111 101010 111010

Color Harmonies of #C167BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167BD

Black with #C167BD

Text Example


Text Example

White with #C167BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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