Html Css Color HEX #C46BBE Fuchsia

📋 copy color: '#C46BBE'

red 196 ◦ green 107 ◦ blue 190

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

Shades of Fuchsia #C46BBE

Tints of Fuchsia #C46BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 39.76%
G = 21.7%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C46BBE (or 0xC46BBE) is known color: Fuchsia. HEX triplet: C4, 6B and BE. RGB value is (196,107,190). Sum of RGB (Red+Green+Blue) = 196+107+190=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BBE is #3B9441. Grayscale: #8E8E8E. Windows color (decimal): -3904578 or 12479428. OLE color: 12479428.

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

Color convert

RGB 196 107 190 -
CMYK 0 0.45 0.03 0.23
HSL 304.05º 0.43% 0.59% -
HSV(B) 304.05º 0.45% 0.77% -
XYZ 37.32 25.97 51.76 -
YUV 143.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 196 107 190 0 0.45 0.03 0.23 304.05 0.43 0.59
Hex C4 6B BE 0 2D 3 17 130 2B 3B
Octal 304 153 276 0 55 3 27 460 53 73
Binary 11000100 1101011 10111110 0 101101 11 10111 100110000 101011 111011

Color Harmonies of #C46BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BBE

Black with #C46BBE

Text Example


Text Example

White with #C46BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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