Html Css Color HEX #C16BB3 Fuchsia

📋 copy color: '#C16BB3'

red 193 ◦ green 107 ◦ blue 179

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

Shades of Fuchsia #C16BB3

Tints of Fuchsia #C16BB3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 40.29%
G = 22.34%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C16BB3 (or 0xC16BB3) is known color: Fuchsia. HEX triplet: C1, 6B and B3. RGB value is (193,107,179). Sum of RGB (Red+Green+Blue) = 193+107+179=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BB3 is #3E944C. Grayscale: #8C8C8C. Windows color (decimal): -4101197 or 11758529. OLE color: 11758529.

HSL color Cylindrical-coordinate representation of color #C16BB3: hue angle of 309.77º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BB3 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 107 179 -
CMYK 0 0.45 0.07 0.24
HSL 309.77º 0.41% 0.59% -
HSV(B) 309.77º 0.45% 0.76% -
XYZ 35.39 25.11 45.63 -
YUV 140.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 193 107 179 0 0.45 0.07 0.24 309.77 0.41 0.59
Hex C1 6B B3 0 2D 7 18 136 29 3B
Octal 301 153 263 0 55 7 30 466 51 73
Binary 11000001 1101011 10110011 0 101101 111 11000 100110110 101001 111011

Color Harmonies of #C16BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BB3

Black with #C16BB3

Text Example


Text Example

White with #C16BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BB3; }

 p { color: rgb(193,107,179); }

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

background-color css

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

 a { background-color: rgb(193,107,179); }

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

border-color css

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

 span { border-color: rgb(193,107,179); }

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