Html Css Color HEX #C167C0 Fuchsia

📋 copy color: '#C167C0'

red 193 ◦ green 103 ◦ blue 192

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

Shades of Fuchsia #C167C0

Tints of Fuchsia #C167C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 39.55%
G = 21.11%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C167C0 (or 0xC167C0) is known color: Fuchsia. HEX triplet: C1, 67 and C0. RGB value is (193,103,192). Sum of RGB (Red+Green+Blue) = 193+103+192=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C167C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167C0 is #3E983F. Grayscale: #8B8B8B. Windows color (decimal): -4102208 or 12609473. OLE color: 12609473.

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

Color convert

RGB 193 103 192 -
CMYK 0 0.47 0.01 0.24
HSL 300.67º 0.42% 0.58% -
HSV(B) 300.67º 0.47% 0.76% -
XYZ 36.36 24.84 52.75 -
YUV 140.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 193 103 192 0 0.47 0.01 0.24 300.67 0.42 0.58
Hex C1 67 C0 0 2F 1 18 12D 2A 3A
Octal 301 147 300 0 57 1 30 455 52 72
Binary 11000001 1100111 11000000 0 101111 1 11000 100101101 101010 111010

Color Harmonies of #C167C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167C0

Black with #C167C0

Text Example


Text Example

White with #C167C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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