Html Css Color HEX #C46DB9 Fuchsia

📋 copy color: '#C46DB9'

red 196 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #C46DB9

Tints of Fuchsia #C46DB9

RGB

 RED value IS 196 (76.95% from 255) = 40%

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 40%
G = 22.24%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C46DB9 (or 0xC46DB9) is known color: Fuchsia. HEX triplet: C4, 6D and B9. RGB value is (196,109,185). Sum of RGB (Red+Green+Blue) = 196+109+185=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DB9 is #3B9246. Grayscale: #8F8F8F. Windows color (decimal): -3904071 or 12152260. OLE color: 12152260.

HSL color Cylindrical-coordinate representation of color #C46DB9: hue angle of 307.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46DB9 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 109 185 -
CMYK 0 0.44 0.06 0.23
HSL 307.59º 0.42% 0.6% -
HSV(B) 307.59º 0.44% 0.77% -
XYZ 36.99 26.18 49 -
YUV 143.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 196 109 185 0 0.44 0.06 0.23 307.59 0.42 0.6
Hex C4 6D B9 0 2C 6 17 134 2A 3C
Octal 304 155 271 0 54 6 27 464 52 74
Binary 11000100 1101101 10111001 0 101100 110 10111 100110100 101010 111100

Color Harmonies of #C46DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46DB9

Black with #C46DB9

Text Example


Text Example

White with #C46DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46DB9; }

 p { color: rgb(196,109,185); }

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

background-color css

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

 a { background-color: rgb(196,109,185); }

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

border-color css

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

 span { border-color: rgb(196,109,185); }

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