Html Css Color HEX #C46BAF Fuchsia

📋 copy color: '#C46BAF'

red 196 ◦ green 107 ◦ blue 175

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

Shades of Fuchsia #C46BAF

Tints of Fuchsia #C46BAF

RGB

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

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

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

R = 41%
G = 22.38%
B = 36.61%

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

#C46BAF (or 0xC46BAF) is known color: Fuchsia. HEX triplet: C4, 6B and AF. RGB value is (196,107,175). Sum of RGB (Red+Green+Blue) = 196+107+175=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46BAF is #3B9450. Grayscale: #8D8D8D. Windows color (decimal): -3904593 or 11496388. OLE color: 11496388.

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

Color convert

RGB 196 107 175 -
CMYK 0 0.45 0.11 0.23
HSL 314.16º 0.43% 0.59% -
HSV(B) 314.16º 0.45% 0.77% -
XYZ 35.76 25.35 43.56 -
YUV 141.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 196 107 175 0 0.45 0.11 0.23 314.16 0.43 0.59
Hex C4 6B AF 0 2D B 17 13A 2B 3B
Octal 304 153 257 0 55 13 27 472 53 73
Binary 11000100 1101011 10101111 0 101101 1011 10111 100111010 101011 111011

Color Harmonies of #C46BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BAF

Black with #C46BAF

Text Example


Text Example

White with #C46BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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