Html Css Color HEX #C46CAD Fuchsia

📋 copy color: '#C46CAD'

red 196 ◦ green 108 ◦ blue 173

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

Shades of Fuchsia #C46CAD

Tints of Fuchsia #C46CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.64%

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 41.09%
G = 22.64%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C46CAD (or 0xC46CAD) is known color: Fuchsia. HEX triplet: C4, 6C and AD. RGB value is (196,108,173). Sum of RGB (Red+Green+Blue) = 196+108+173=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CAD is #3B9352. Grayscale: #8D8D8D. Windows color (decimal): -3904339 or 11365572. OLE color: 11365572.

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

Color convert

RGB 196 108 173 -
CMYK 0 0.45 0.12 0.23
HSL 315.68º 0.43% 0.6% -
HSV(B) 315.68º 0.45% 0.77% -
XYZ 35.67 25.48 42.57 -
YUV 141.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 196 108 173 0 0.45 0.12 0.23 315.68 0.43 0.6
Hex C4 6C AD 0 2D C 17 13C 2B 3C
Octal 304 154 255 0 55 14 27 474 53 74
Binary 11000100 1101100 10101101 0 101101 1100 10111 100111100 101011 111100

Color Harmonies of #C46CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CAD

Black with #C46CAD

Text Example


Text Example

White with #C46CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CAD; }

 p { color: rgb(196,108,173); }

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

background-color css

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

 a { background-color: rgb(196,108,173); }

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

border-color css

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

 span { border-color: rgb(196,108,173); }

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