Html Css Color HEX #C46BAE Fuchsia

📋 copy color: '#C46BAE'

red 196 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C46BAE

Tints of Fuchsia #C46BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 41.09%
G = 22.43%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C46BAE (or 0xC46BAE) is known color: Fuchsia. HEX triplet: C4, 6B and AE. RGB value is (196,107,174). Sum of RGB (Red+Green+Blue) = 196+107+174=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BAE is #3B9451. Grayscale: #8D8D8D. Windows color (decimal): -3904594 or 11430852. OLE color: 11430852.

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

Color convert

RGB 196 107 174 -
CMYK 0 0.45 0.11 0.23
HSL 314.83º 0.43% 0.59% -
HSV(B) 314.83º 0.45% 0.77% -
XYZ 35.66 25.31 43.05 -
YUV 141.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 196 107 174 0 0.45 0.11 0.23 314.83 0.43 0.59
Hex C4 6B AE 0 2D B 17 13B 2B 3B
Octal 304 153 256 0 55 13 27 473 53 73
Binary 11000100 1101011 10101110 0 101101 1011 10111 100111011 101011 111011

Color Harmonies of #C46BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BAE

Black with #C46BAE

Text Example


Text Example

White with #C46BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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