Html Css Color HEX #C46BB9 Fuchsia

📋 copy color: '#C46BB9'

red 196 ◦ green 107 ◦ blue 185

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

Shades of Fuchsia #C46BB9

Tints of Fuchsia #C46BB9

RGB

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

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

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

R = 40.16%
G = 21.93%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C46BB9 (or 0xC46BB9) is known color: Fuchsia. HEX triplet: C4, 6B and B9. RGB value is (196,107,185). Sum of RGB (Red+Green+Blue) = 196+107+185=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BB9 is #3B9446. Grayscale: #8E8E8E. Windows color (decimal): -3904583 or 12151748. OLE color: 12151748.

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

Color convert

RGB 196 107 185 -
CMYK 0 0.45 0.06 0.23
HSL 307.42º 0.43% 0.59% -
HSV(B) 307.42º 0.45% 0.77% -
XYZ 36.78 25.75 48.93 -
YUV 142.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 196 107 185 0 0.45 0.06 0.23 307.42 0.43 0.59
Hex C4 6B B9 0 2D 6 17 133 2B 3B
Octal 304 153 271 0 55 6 27 463 53 73
Binary 11000100 1101011 10111001 0 101101 110 10111 100110011 101011 111011

Color Harmonies of #C46BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BB9

Black with #C46BB9

Text Example


Text Example

White with #C46BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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