Html Css Color HEX #C16CB4 Fuchsia

📋 copy color: '#C16CB4'

red 193 ◦ green 108 ◦ blue 180

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

Shades of Fuchsia #C16CB4

Tints of Fuchsia #C16CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 40.12%
G = 22.45%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C16CB4 (or 0xC16CB4) is known color: Fuchsia. HEX triplet: C1, 6C and B4. RGB value is (193,108,180). Sum of RGB (Red+Green+Blue) = 193+108+180=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CB4 is #3E934B. Grayscale: #8D8D8D. Windows color (decimal): -4100940 or 11824321. OLE color: 11824321.

HSL color Cylindrical-coordinate representation of color #C16CB4: hue angle of 309.18º 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 #C16CB4 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 108 180 -
CMYK 0 0.44 0.07 0.24
HSL 309.18º 0.41% 0.59% -
HSV(B) 309.18º 0.44% 0.76% -
XYZ 35.59 25.36 46.2 -
YUV 141.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 193 108 180 0 0.44 0.07 0.24 309.18 0.41 0.59
Hex C1 6C B4 0 2C 7 18 135 29 3B
Octal 301 154 264 0 54 7 30 465 51 73
Binary 11000001 1101100 10110100 0 101100 111 11000 100110101 101001 111011

Color Harmonies of #C16CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CB4

Black with #C16CB4

Text Example


Text Example

White with #C16CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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