Html Css Color HEX #C16BBE Fuchsia

📋 copy color: '#C16BBE'

red 193 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #C16BBE

Tints of Fuchsia #C16BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 39.39%
G = 21.84%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C16BBE (or 0xC16BBE) is known color: Fuchsia. HEX triplet: C1, 6B and BE. RGB value is (193,107,190). Sum of RGB (Red+Green+Blue) = 193+107+190=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BBE is #3E9441. Grayscale: #8D8D8D. Windows color (decimal): -4101186 or 12479425. OLE color: 12479425.

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

Color convert

RGB 193 107 190 -
CMYK 0 0.45 0.02 0.24
HSL 302.09º 0.41% 0.59% -
HSV(B) 302.09º 0.45% 0.76% -
XYZ 36.54 25.57 51.72 -
YUV 142.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 193 107 190 0 0.45 0.02 0.24 302.09 0.41 0.59
Hex C1 6B BE 0 2D 2 18 12E 29 3B
Octal 301 153 276 0 55 2 30 456 51 73
Binary 11000001 1101011 10111110 0 101101 10 11000 100101110 101001 111011

Color Harmonies of #C16BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BBE

Black with #C16BBE

Text Example


Text Example

White with #C16BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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