Html Css Color HEX #C16FB7 Fuchsia

📋 copy color: '#C16FB7'

red 193 ◦ green 111 ◦ blue 183

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

Shades of Fuchsia #C16FB7

Tints of Fuchsia #C16FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

 BLUE value IS 183 (71.88% from 255) = 37.58%

R = 39.63%
G = 22.79%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C16FB7 (or 0xC16FB7) is known color: Fuchsia. HEX triplet: C1, 6F and B7. RGB value is (193,111,183). Sum of RGB (Red+Green+Blue) = 193+111+183=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FB7 is #3E9048. Grayscale: #8F8F8F. Windows color (decimal): -4100169 or 12021697. OLE color: 12021697.

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

Color convert

RGB 193 111 183 -
CMYK 0 0.42 0.05 0.24
HSL 307.32º 0.4% 0.6% -
HSV(B) 307.32º 0.42% 0.76% -
XYZ 36.22 26.13 47.93 -
YUV 143.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 193 111 183 0 0.42 0.05 0.24 307.32 0.4 0.6
Hex C1 6F B7 0 2A 5 18 133 28 3C
Octal 301 157 267 0 52 5 30 463 50 74
Binary 11000001 1101111 10110111 0 101010 101 11000 100110011 101000 111100

Color Harmonies of #C16FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FB7

Black with #C16FB7

Text Example


Text Example

White with #C16FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FB7; }

 p { color: rgb(193,111,183); }

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

background-color css

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

 a { background-color: rgb(193,111,183); }

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

border-color css

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

 span { border-color: rgb(193,111,183); }

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