Html Css Color HEX #C46ABB Fuchsia

📋 copy color: '#C46ABB'

red 196 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #C46ABB

Tints of Fuchsia #C46ABB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.68%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 40.08%
G = 21.68%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C46ABB (or 0xC46ABB) is known color: Fuchsia. HEX triplet: C4, 6A and BB. RGB value is (196,106,187). Sum of RGB (Red+Green+Blue) = 196+106+187=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C46ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ABB is #3B9544. Grayscale: #8D8D8D. Windows color (decimal): -3904837 or 12282564. OLE color: 12282564.

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

Color convert

RGB 196 106 187 -
CMYK 0 0.46 0.05 0.23
HSL 306º 0.43% 0.59% -
HSV(B) 306º 0.46% 0.77% -
XYZ 36.89 25.63 50.02 -
YUV 142.14 153.32 166.41 -
System Red Green Blue C M Y K H S L
Decimal 196 106 187 0 0.46 0.05 0.23 306 0.43 0.59
Hex C4 6A BB 0 2E 5 17 132 2B 3B
Octal 304 152 273 0 56 5 27 462 53 73
Binary 11000100 1101010 10111011 0 101110 101 10111 100110010 101011 111011

Color Harmonies of #C46ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ABB

Black with #C46ABB

Text Example


Text Example

White with #C46ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ABB; }

 p { color: rgb(196,106,187); }

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

background-color css

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

 a { background-color: rgb(196,106,187); }

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

border-color css

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

 span { border-color: rgb(196,106,187); }

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