Html Css Color HEX #C16CB1 Fuchsia

📋 copy color: '#C16CB1'

red 193 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #C16CB1

Tints of Fuchsia #C16CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 40.38%
G = 22.59%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C16CB1 (or 0xC16CB1) is known color: Fuchsia. HEX triplet: C1, 6C and B1. RGB value is (193,108,177). Sum of RGB (Red+Green+Blue) = 193+108+177=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CB1 is #3E934E. Grayscale: #8D8D8D. Windows color (decimal): -4100943 or 11627713. OLE color: 11627713.

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

Color convert

RGB 193 108 177 -
CMYK 0 0.44 0.08 0.24
HSL 311.29º 0.41% 0.59% -
HSV(B) 311.29º 0.44% 0.76% -
XYZ 35.29 25.24 44.61 -
YUV 141.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 193 108 177 0 0.44 0.08 0.24 311.29 0.41 0.59
Hex C1 6C B1 0 2C 8 18 137 29 3B
Octal 301 154 261 0 54 10 30 467 51 73
Binary 11000001 1101100 10110001 0 101100 1000 11000 100110111 101001 111011

Color Harmonies of #C16CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CB1

Black with #C16CB1

Text Example


Text Example

White with #C16CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CB1; }

 p { color: rgb(193,108,177); }

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

background-color css

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

 a { background-color: rgb(193,108,177); }

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

border-color css

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

 span { border-color: rgb(193,108,177); }

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