Html Css Color HEX #C46CAF Fuchsia

📋 copy color: '#C46CAF'

red 196 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C46CAF

Tints of Fuchsia #C46CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 40.92%
G = 22.55%
B = 36.53%

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

#C46CAF (or 0xC46CAF) is known color: Fuchsia. HEX triplet: C4, 6C and AF. RGB value is (196,108,175). Sum of RGB (Red+Green+Blue) = 196+108+175=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CAF is #3B9350. Grayscale: #8D8D8D. Windows color (decimal): -3904337 or 11496644. OLE color: 11496644.

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

Color convert

RGB 196 108 175 -
CMYK 0 0.45 0.11 0.23
HSL 314.32º 0.43% 0.6% -
HSV(B) 314.32º 0.45% 0.77% -
XYZ 35.87 25.56 43.6 -
YUV 141.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 196 108 175 0 0.45 0.11 0.23 314.32 0.43 0.6
Hex C4 6C AF 0 2D B 17 13A 2B 3C
Octal 304 154 257 0 55 13 27 472 53 74
Binary 11000100 1101100 10101111 0 101101 1011 10111 100111010 101011 111100

Color Harmonies of #C46CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CAF

Black with #C46CAF

Text Example


Text Example

White with #C46CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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