Html Css Color HEX #C46FAF Fuchsia

📋 copy color: '#C46FAF'

red 196 ◦ green 111 ◦ blue 175

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

Shades of Fuchsia #C46FAF

Tints of Fuchsia #C46FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 40.66%
G = 23.03%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C46FAF (or 0xC46FAF) is known color: Fuchsia. HEX triplet: C4, 6F and AF. RGB value is (196,111,175). Sum of RGB (Red+Green+Blue) = 196+111+175=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C46FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46FAF is #3B9050. Grayscale: #8F8F8F. Windows color (decimal): -3903569 or 11497412. OLE color: 11497412.

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

Color convert

RGB 196 111 175 -
CMYK 0 0.43 0.11 0.23
HSL 314.82º 0.42% 0.6% -
HSV(B) 314.82º 0.43% 0.77% -
XYZ 36.19 26.2 43.71 -
YUV 143.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 196 111 175 0 0.43 0.11 0.23 314.82 0.42 0.6
Hex C4 6F AF 0 2B B 17 13B 2A 3C
Octal 304 157 257 0 53 13 27 473 52 74
Binary 11000100 1101111 10101111 0 101011 1011 10111 100111011 101010 111100

Color Harmonies of #C46FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46FAF

Black with #C46FAF

Text Example


Text Example

White with #C46FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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