Html Css Color HEX #C16DB5 Fuchsia

📋 copy color: '#C16DB5'

red 193 ◦ green 109 ◦ blue 181

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

Shades of Fuchsia #C16DB5

Tints of Fuchsia #C16DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 39.96%
G = 22.57%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C16DB5 (or 0xC16DB5) is known color: Fuchsia. HEX triplet: C1, 6D and B5. RGB value is (193,109,181). Sum of RGB (Red+Green+Blue) = 193+109+181=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DB5 is #3E924A. Grayscale: #8E8E8E. Windows color (decimal): -4100683 or 11890113. OLE color: 11890113.

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

Color convert

RGB 193 109 181 -
CMYK 0 0.44 0.06 0.24
HSL 308.57º 0.4% 0.59% -
HSV(B) 308.57º 0.44% 0.76% -
XYZ 35.8 25.61 46.77 -
YUV 142.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 193 109 181 0 0.44 0.06 0.24 308.57 0.4 0.59
Hex C1 6D B5 0 2C 6 18 135 28 3B
Octal 301 155 265 0 54 6 30 465 50 73
Binary 11000001 1101101 10110101 0 101100 110 11000 100110101 101000 111011

Color Harmonies of #C16DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DB5

Black with #C16DB5

Text Example


Text Example

White with #C16DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DB5; }

 p { color: rgb(193,109,181); }

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

background-color css

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

 a { background-color: rgb(193,109,181); }

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

border-color css

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

 span { border-color: rgb(193,109,181); }

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